Guest Xanza Posted April 9, 2013 Share Posted April 9, 2013 I'm not 100% sure that this is the best place for this thread, however I wanted to know which micro-frameworks you guys use (if any). They're not always the best to use, however I've been using Flight for quite a while and I love it, but I moved to Flight from Slim, so I'm just wondering if there isn't an even better framework I should be using. I've ventured into the larger supported frameworks like CakePHP, and Fuel, but I don't really like them; I mostly do smaller projects which require as little overhead as possible. Quote Link to comment Share on other sites More sharing options...
trq Posted April 10, 2013 Share Posted April 10, 2013 Silex (http://silex.sensiolabs.org) is an awesome micro-framework built on the shoulders of Symfony (another great though full stack framework). 1 Quote Link to comment Share on other sites More sharing options...
annaharris Posted April 18, 2013 Share Posted April 18, 2013 I agree that, silex is a good micro framework of php. Quote Link to comment Share on other sites More sharing options...
jazzman1 Posted May 4, 2013 Share Posted May 4, 2013 He-he, Tony thank you for sharing the link to Silex I've installed Silex few days ago by Composer and i was very impressed how easy and fast I've done everything on my RedHat server I've noticed that Silex is not a real MVC framework like CakePHP, Symfony,Zend, etc...but....for small projects that is very useful, b/s we don't need to use a full functionality of MVC. It gives me only the C (controller) of the MVC pattern for V (view) I can use a "twig" or a flat php and for M (model) I could use a doctrine ORM, if I want it. Quote Link to comment Share on other sites More sharing options...
Jessica Posted May 4, 2013 Share Posted May 4, 2013 Anyone tried Tonic? The docs seem very lacking. A friend suggested I check it out for a project he needs help on, but I thought it was pretty... Lacking. Quote Link to comment Share on other sites More sharing options...
Eiseth Posted May 19, 2013 Share Posted May 19, 2013 Is F3 (https://github.com/bcosca/fatfree#readme ) good? Any feedbacks? thanks Quote Link to comment Share on other sites More sharing options...
annaharris Posted May 27, 2013 Share Posted May 27, 2013 What do you think about Limonade micro-framework? Quote Link to comment Share on other sites More sharing options...
jeapie Posted May 27, 2013 Share Posted May 27, 2013 Thats genius micro (actually nano) framework http://twitto.org/. It's very good for education (not real projects). Silex is very good, it has the support of top-level PHP guru-s Quote Link to comment Share on other sites More sharing options...
olivedev Posted December 9, 2016 Share Posted December 9, 2016 Lumen is a new framework but it is already one of the top PHP micro frameworks right now (https://www.cloudways.com/blog/install-php-microframeworks-on-cloud-server/ ). It is a primary choice for Laravel developers and is really easy to use. You can easily create REST API using this PHP micro frameworks. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.