nicolasbeauvais/Walrus

Why not using Silex?

Maxwell2022 opened this issue · 1 comments

Not sure why you've re-inventing the wheel. Why are you not using Silex?
The base code it's pretty simple, it's just a wrapper on top of Pimple and then you add the modules you need.

Still, it's a good experience to build your own framework, but I'm just curious ;)

Walrus started as a school project, we were able to chose any open source component of our choice to build it. But after trying some script we realize than the best way for us to understand our own framework, and make it evolve faster was to code everything ourselves ;) And now than we have a great base with some cool features, we continue making Walrus evolving