Fabien Potencier is announcing that Silex with version number 1.3.0 is already available to download.
What is Silex ?
Silex is A PHP micro-framework based on Symfony2 components, the perfect tool for developing small-scale projects without the overhead of a larger framework .
Silex was inspired by Ruby's Sinatra framework and is built using tools like Symfony 2.x and Pimple.The framework itself is quite lightweight, relies more on extensions that its core code, and is also very well documented so developers won't have to hack their way through the code.If a developer has previously used Sinatra, then there won't be that much time spent on adapting to Silex.Built-in Extensions:DoctrineHTTP CacheMonologSessionTranslationTwigURL GeneratorValidator
This is changelog for Silex version 1.3.0 :
- Added support permissions in the Monolog provider.
- Fixed Switfmailer spool where the event dispatcher is different from the other ones.
- Fixed locale when changing it on the translator itself.
You can read the complete changelog and also download this latest version on their homepage:
silex.sensiolabs.org