Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Is there Any Standard Framework for php?

Tags:

php

frameworks

There are many PHP Frameworks out there but i want to know is there a standard Objective framework with a great architecture similar J2SE or .NET Framework?

I see many similar questions like this but most of them are about beginners or special kind of programming.

like image 296
Jalal Avatar asked Jul 12 '10 09:07

Jalal


2 Answers

Here is the list of stable php frameworks, you can checkout and decide for yourself as per your requirements.

like image 169
Sarfraz Avatar answered Oct 11 '22 19:10

Sarfraz


Zend seems to be the de facto PHP framework, given that PHP is now maintained by the Zend group. However, there are numerous open source alternatives that are excellent, including CakePHP and CodeIgniter.

like image 20
Martin Bean Avatar answered Oct 11 '22 19:10

Martin Bean