This is a recording of the webinar "Quality Assurance for PHP Projects Using PhpStorm" by Michelangelo van Dam (@DragonBe) on 25th April 2013.
This is a free webinar held on Thursday, April 25th, where Michelangelo van Dam (@DragonBe) told us about Quality Assurance for PHP in general and show how different QA-related actions can be performed using PhpStorm IDE.
Michelangelo's slide-deck is available at SlideShare http://www.slideshare.net/DragonBe/quality-assurance-for-php-projects-with-phpstorm and the source code can be found at GitHub https://github.com/DragonBe/zftest
The webinar covered different topics including:
- Revision control
- Syntax checking
- Code documentation
- Unit Testing with PHPUnit
- Measuring code health with a variety of tools
- Profiling and debugging with Xdebug
- Automation with Phing
- Team work and more.