I need to develop an intranet for a certain community in PHP, but I am a bit at a loss on choosing the right web framework for the job. Can someone help me decide which framework suits my needs best? I am pondering on symfony, cakephp, codeigniter, and kohana, but any other suggestions are always welcome.
The intranet has the following characteristics:
* Programmers come and go every year, so the code must be readable and easy to grasp (this is the most important factor). Also, they have varying skill level so the less concept to learn the better.
* It manages around 500 users only so performance should not be a problem.
* All the users have uniform fast broadband internet access (we're all in the same building anyway) so page size (HTML, CSS, Javascript size) is not a problem at all.
* The website will be served over IIS (Microsoft server).
* It must support authentication by LDAP (I haven't looked into this, but I suppose there are some plugins I can use regardless of which platform I use).
The intranet has the following characteristics:
* Programmers come and go every year, so the code must be readable and easy to grasp (this is the most important factor). Also, they have varying skill level so the less concept to learn the better.
* It manages around 500 users only so performance should not be a problem.
* All the users have uniform fast broadband internet access (we're all in the same building anyway) so page size (HTML, CSS, Javascript size) is not a problem at all.
* The website will be served over IIS (Microsoft server).
* It must support authentication by LDAP (I haven't looked into this, but I suppose there are some plugins I can use regardless of which platform I use).
