David Bennett 8th September 14 Developing robust web applications with automated testing in Symfony and PHPUnit - Part 1 When developing web applications, it is highly beneficial to have a suite of automated tests in place that can be used to ensure everything is... Read more Tags: PHP, Web development, Symfony, Testing, PHPUnit, Doctrine, MySQL, Database
David Bennett 24th September 14 Developing robust web applications with automated testing in Symfony and PHPUnit - Part 2 In the previous chapter we looked at setting up a reproducible test environment by using Doctrine fixtures to set up the database into a known... Read more Tags: PHP, Web development, Symfony, Testing, PHPUnit, Doctrine, MySQL, Database
Chris Lush 12th July 16 Securing client-side public API access with OAuth 2 and Symfony The OAuth standard is a staple in many APIs today, with Microsoft, Twitter, GitHub, Facebook, etc. all using the protocol in their implementations... Read more Tags: PHP, Web development, Symfony, API, OAuth