Speedup Symfony2 on Vagrant boxes

http://jeremybarthe.com/2015/02/02/speed-up-vagrant-environment-symfony2/ Optimizing Symfony applications on Vagrant boxes Speedup Symfony2 on Vagrant boxes

REST-ful URI design

There can be confusion about URIs and URLs (and URNs!). To get a URL just tack on a server (example.com) and a protocol (http or ftp) to a URI (/example): http://example.com/example. The URI identifies the resource. And a URL adds some information about how to get it. http://blog.2partsmagic.com/restful-uri-design/

ACLs and Symfony2

http://blog.mayflower.de/1944-ACLs-and-Symfony2.html

Conditionally Requiring a Form Field in Symfony2

http://knpuniversity.com/screencast/question-answer-day/symfony2-conditionally-required-field

MongoDB + MySQL with Doctrine 2. Example of listener to maintain redundant data (alternative to joins)

http://www.phpntips.com/mongodb-mysql-with-doctrine-2-example-of-listener-to-maintain-redundant-data-alternative-to-joins-2012-12/

MongoDB ODM SELECT COUNT(*) equivalent

Equivalent to the MySQL-Query: “SELECT COUNT(*) FROM users” in MongoDB ODM is: $count = $this->dm->createQueryBuilder(‘Documents\Functional\Users’)->getQuery()->execute()->count() http://stackoverflow.com/questions/10978242/mongodb-odm-select-count-equivalent

Create your frontend code simple and quickly with Bootstrap using our Drag & Drop Interface Builder

LayoutIt! takes every element and component of Bootstrap to make your frontend coding easier without needing to be an expert in javascript, html5 or css3. You just build what you need to start, and then code it however you most like!

Running background processes in PHP

http://braincrafted.com/php-background-processes/

Upload files to Amazon S3 with Symfony2 and Gaufrette

Often it can be a little bit tricky to upload files to a web server and things become even more complicated when you want to store the uploaded files on Amazon S3. In this article I am going to explain how you can use Gaufrette to upload photos to S3 from a Symfony2 application. I ...

From STUPID to SOLID Code!

http://williamdurand.fr/2013/07/30/from-stupid-to-solid-code/