This week the Symfony project organized the first online Symfony Community Hack Day, which resulted in a resounding success. In addition, Christophe Coevoet was appointed as a new Symfony core member.
July 6, 2014
#A week of symfony
I'm very happy to welcome Christophe Coevoet as a new Symfony merger.
July 3, 2014
#Community
Symfony 2.6 adds the slice() method to DomCrawler component to make node filtering much more simplified and cleaner.
July 1, 2014
#Living on the edge
The first ever Symfony Community Hack Day (online) is only a few days away (July 5th)! Join us to work on making the entire Symfony eco-system easier to use and more powerful. Let's make the Symfony Developer Experience exceptional!
June 30, 2014
#Community
#Symfony
This week Symfony simplified the configuration when defining controllers as services that implement the __invoke() method and refactored the CssSelector to remove the circular object graph in order to enable the garbage collector and to reduce the memory consumption. Lastly, stay tuned next week for the first DX Community Hackday scheduled for July 5th.
June 29, 2014
#A week of symfony
Message Queues are not a new concept – neither is Push Notifications and surely not HTTP Posts for that matter. However, when you combine these ideas with Symfony you have a very flexible queueing system.
June 27, 2014
#Case studies
Symfony ACL allows to manage user permissions to suit the most complex security needs. The major drawback of ACL is that the code required to deal with permissions is too verbose. To help you manage and debug ACL, Symfony 2.6 will introduce a new command called acl:set.
June 26, 2014
#Living on the edge
As of Symfony 2.6, you can use the KiB (kibibyte) and MiB (mebibytes) binary units to set the maximum file size of the FileValidator constraint.
June 24, 2014
#Living on the edge
What a week for the Symfony project! First, the long-awaited redesign of symfony.com website was unveiled. Then, the dates and first details of SymfonyCon 2014 conference were announced. Lastly, the DX (Developer eXperience) initiative was introduced to improve the experience of using Symfony and a community hack day was announced for July 5th.
June 22, 2014
#A week of symfony