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 10th November 17 How to verify phone numbers with PHP, Symfony, and Twilio In this post I'm going to demonstrate how to effectively integrate Twilio in a Symfony project by implementing phone number verification.... Read more Tags: PHP, Web development, Symfony, Doctrine, API, Twilio