PHP micro-framework based on the Symfony components
Silex is a PHP micro-framework. It is built on the shoulders of Symfony and Pimple and also inspired by Sinatra. A micro-framework provides the guts for building simple single-file 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 service-container that makes it even easier to tie in third party libraries * Testable: Silex uses Symfony's HttpKernel which abstracts requests and responses. This makes it very easy to test apps and the framework itself. It also respects the HTTP specification and encourages its' proper use.
Release | Stable | Testing |
---|---|---|
EPEL 7 | 1.3.5-4.el7 | - |
You can contact the maintainers of this package via email at
php-silex dash maintainers at fedoraproject dot org
.