Ask HN: What is flask equivalent in PHP? 3 points by anujkk 13y ago ↗ HN I'm looking for a light-weight micro-framework in PHP that is similar to Flask(python framework). What are the options available?
[–] tmzt 13y ago ↗ Slim (http://www.slimframework.com/) is built around modern features of PHP 5.3/5.4 like closures and is similar to Sinatra/Express.js [–] niteshade 13y ago ↗ +1 Slim is awesome.
[–] athem 13y ago ↗ Limonade (https://github.com/sofadesign/limonade)The advantage of using Silex is that its from the makers of Symfony(Framework). So it uses alot of the budles/components from there, Eg: Twig Templates...
4 comments
[ 4.3 ms ] story [ 27.9 ms ] threadThe advantage of using Silex is that its from the makers of Symfony(Framework). So it uses alot of the budles/components from there, Eg: Twig Templates...