Blog |
Forum |
Repository |
Wizard
Jump to letter: [
ABCDEFGHILMNOPQRSTUVWXYZ
]
php-silex - PHP micro-framework based on the Symfony components
- Website:
- http://silex.sensiolabs.org
- Licence:
- MIT
- Vendor:
- Remi Collet
- Description:
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.
Autoloader: /usr/share/php/Silex/autoload.php
Packages
php-silex-1.3.6-1.el7.remi.noarch
|
[87 KiB]
|
Changelog by Shawn Iwinski (2017-05-30):
- Update to 1.3.6 (RHBZ #1447040)
- Switch autoloader to php-composer(fedora/autoloader)
- Add max versions to build dependencies
- Test with SCLs if available
|
php-silex-1.3.5-4.el7.remi.noarch
|
[87 KiB]
|
Changelog by Shawn Iwinski (2016-07-23):
- Updated autoloader to not use "@include_once"
|