Best PHP-based web development 'stack' of 2011

Posted by Jens Roland on Programmers See other posts from Programmers or by Jens Roland
Published on 2011-06-30T12:11:11Z Indexed on 2011/06/30 16:30 UTC
Read the original article Hit count: 484

I have been building PHP-based web sites for many years, and lately it seems I'm discovering another interesting new tool or method once every few weeks. This begs the question - what is the current state of the art in PHP development stacks for the seasoned coder? I'm specifically interested in the following:

  1. High-performance web server
  2. Database
  3. MVC framework
  4. Build tool
  5. Revision control
  6. Continuous Integration
  7. Automated testing
  8. Non-persistent caching

I'd like to optimize my stack for scalability and rapid development. I'm not looking for personal preference here, I'm looking for real, quantifiable reasons to pick this-over-that.

© Programmers or respective owner

Related posts about web-development

Related posts about php