Making the Symfony Experience *Exceptional*
I love seeing Symfony's success. From its components being used in Drupal 8 and many other projects to new developers and companies building and launching large applications in the Symfony Framework...
View ArticleNew in Symfony 2.6: Support for object-maps in YAML component
YAML Component adds support for parsing and dumping YAML formatted files in PHP applications. Although it doesn't implement the full YAML 1.2 specification yet, it supports most of its features.Symfony...
View ArticleA week of symfony #390 (16->22 June 2014)
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...
View ArticleNew in Symfony 2.6: Support for KiB and MiB units in FileValidator
How many bytes are in 3 kilobytes? Strictly speaking, the kilo prefix always refers to 1,000, so the answer may be 3,000 bytes. However, in some computer science contexts, kilo is usually (and wrongly)...
View ArticleNew in Symfony 2.6: The acl:set command
Contributed by Kévin Dunglas in #9990.Symfony applications usually check user permissions with security voters. However, if your security needs are complex and involve both the person who is...
View ArticleGetting Pushy with Symfony2!
This Case Study is a guest post written by Keith Kirk, VP Engineering at Underground Elephant. Want your company featured on the official Symfony blog? Send us a proposal or case study to...
View ArticleA week of symfony #391 (23->29 June 2014)
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...
View ArticleFirst Online Symfony Community Hack Day: July 5th!
Hey again guys!Last week, I talked about the Symfony Experience, and announced a newDeveloper Experience Initiative. A lot of you have already started to create issues on the Symfony core and other...
View ArticleNew in Symfony 2.6: Slicing nodes with DomCrawler
Contributed by Berat Doğan in #10699.The DomCrawler component eases DOM navigation for HTML and XML documents. Although it's commonly used for developing functional tests in Symfony2 applications, it...
View ArticleThe Core Team: Christophe Coevoet as a new merger
Who doesn't know stof? He is an active contributor to so many PHP Open-Source projects that I just can list them all here. He is one of the top 10 Symfony contributors and his first contribution dates...
View ArticleA week of symfony #392 (30 June -> 06 July 2014)
Symfony2 development highlights2.3 changelog:de2bef5: [Config] fixed failed config schema loads due to libxmldisableentity_loader usage64328d9: [Console] made sure formatter is the samefe5d2d1:...
View ArticleSymfony 2.3.17 released
Symfony 2.3.17 has just been released. Here is a list of the most important changes:bug #11238 [Translation] Added unescaping of ids in PoFileLoader (JustBlackBird)bug #11194 [DomCrawler] Remove the...
View ArticleImproving REST in Symfony
Building APIs with Symfony is not new. We've done that since the early beginning of Symfony: Askeet, Jobeet, it's been a long time! Nowadays, more and more web applications are made of an API and a...
View ArticleSymfonyLive New York, here we come, October 9-10!
For the first time ever, the American SymfonyLive conference will set up on the East Coast! It couldn’t have happened anywhere but in New York! Broadway, Baseball, the Met, and… SymfonyLive New York...
View ArticleSymfony 2.4.7 released
Symfony 2.4.7 has just been released. Here is a list of the most important changes:bug #11283 [SecurityBundle] Remove Expression Language services when the component is unavailable (thewilkybarkid)bug...
View ArticleSymfony 2.5.1 released
Symfony 2.5.1 has just been released. Here is a list of the most important changes:bug #11283 [SecurityBundle] Remove Expression Language services when the component is unavailable (thewilkybarkid)bug...
View ArticleA week of symfony #393 (7->13 July 2014)
This week Symfony project published the 2.3.17, 2.4.7 and 2.5.1 maintenance versions. In addition, the first edition of the SymfonyLive New York conference was announced. Lastly, a new initiative to...
View ArticleSecurity releases (CVE-2014-4931): Symfony 2.3.18, 2.4.8, and 2.5.2 released
Symfony 2.3.17, 2.4.7, and 2.5.2 have just been released; they contain a security fix for the Translator class provided by FrameworkBundle (CVE-2014-4931).NoteThe Symfony versions released today also...
View ArticleNew in Symfony 2.6: Added support for XLIFF notes
Contributed by Jérémy Derussé in #10939.Internationalization is one of the toughest features to implement in a web application. Specifically, translating contents is a challenging task that requires...
View ArticleA week of symfony #394 (14->20 July 2014)
This week Symfony published three security releases to address a potential code injection issue in the way Symfony implements translation caching in FrameworkBundle. In addition, it fixed object...
View Article