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: 521
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:
- High-performance web server
- Database
- MVC framework
- Build tool
- Revision control
- Continuous Integration
- Automated testing
- 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