Experimental Features
Let's formalize the way we deal with experimental features.
SymfonyLive Paris conference is coming, early bird registration ends on Friday!
The French SymfonyLive conference will be organized in Paris on March 30th & 31st. Enjoy the early bird registration until January 20th.
New in Symfony 3.3: Dotenv component
Symfony 3.3 includes a new component called Dotenv to parse and load .env files that define environment variables for your applications.
New in Symfony 3.3: Dependency Injection deprecations
In Symfony 3.3, the DependencyInjection component has deprecated the possibility of dumping an uncompiled container, the DefinitionDecorator class and the case-insensitivity of service identifiers.
New in Symfony 3.3: Memcached Cache Adapter
In Symfony 3.3, we added a new Cache adapter for Memcached servers.
New in Symfony 3.3: Search in dumped contents
In Symfony 3.3, the contents dumped with the "dump()" function include a local search box to help you find any value hidden deep inside complex dumps.
New in Symfony 3.3: Optional class for named services
In Symfony 3.3, the "class" argument of the services is now optional. When it's undefined, Symfony considers that the "id" of the service is the PHP class.
New in Symfony 3.3: WebServerBundle
Symfony 3.3 adds a new bundle called WebServerBundle to define the local web server related commands.
Symfony 2016 Year in Review
The beginning of a new year is the best moment to review all that happened during the previous year. These are some of the highlights of the 2016 year for the Symfony Project.