Filter posts by Symfony release
DX or Developer Experience is essential for Symfony project. We work very hard to improve DX in each Symfony release and the recent Symfony 2.8 version is no exception.
December 16, 2015
#Living on the edge
Symfony 2.8 defines a style guide that makes the output of the Symfony commands visually consistent and which allows you to create simpler commands.
December 7, 2015
#Living on the edge
The Symfony Form component keeps improving with each new version. In Symfony 2.8 we added lots of small but useful tweaks.
November 27, 2015
#Living on the edge
Symfony 2.8 introduces a new microkernel trait which enables to use Symfony as a microframework. This will greatly simplify the creation of single-file (or just smaller) Symfony applications.
November 19, 2015
#Living on the edge
The Symfony Console component is our second most popular component, with more than 1 million monthly downloads and more than 2,300 projects depending on it. In Symfony 2.8 we extended its capabilities with some new features.
November 13, 2015
#Living on the edge
LDAP is used by lots of companies as a centralized repository for user information, including their security roles, and as an authentication service. That's why Symfony 2.8 includes a new LDAP component which provides seamless integration with the Symfony Security component.
November 11, 2015
#Living on the edge
In Symfony 2.8, thanks to the new service auto wiring feature, you can skip the definition of some services used as constructor arguments and let the service container create those services for you.
November 9, 2015
#Living on the edge
A new security-related component called Guard aims at simplifying the authentication security subsystem. This radical new approach is based on creating just one PHP class that implements GuardAuthenticatorInterface.
November 4, 2015
#Living on the edge
DependencyInjection component has added support for deprecated service definitions, so you can configure when a service is considered deprecated and should no longer be used.
October 29, 2015
#Living on the edge
Symfony has added a new component called PropertyInfo which gets information about the properties of any PHP class by introspecting several metadata providers, such as Doctrine ORM mapping, phpDoc comments, PHP type hints, serializer metadata, etc.
October 27, 2015
#Living on the edge