-
-
6 Like
Willer Framework
Willer is a PHP framework, highlighting the features of ORM, MVC, and Bundle.
Silex - The PHP micro-framework based on Symfony2 Components Silex is a PHP microframework for PHP 5.3. It is built on the shoulders of Symfony2 and Pimple and also...
silex the php microframework based on symfony2 components
silex is a php microframework for php 5.3. it is built on the shoulders of symfony2 and pimple and also inspired by sinatra.
a microframework provides the guts for building simple singlefile apps. silex aims to be:
concise: silex exposes an intuitive and concise api that is fun to use.
extensible: silex has an extension system based around the pimple micro servicecontainer that makes it even easier to tie in third party libraries.
testable: silex uses symfony2's httpkernel which abstracts request and response. this makes it very easy to test apps and the framework itself. it also respects the http specification and encourages its proper use.
php framework mvc php5 symfony symfony2 oop micro-framework