开发人员15个最好的PHP框架
Nette
Nette is a set of decoupled and reusable PHP components. You can use any of these components independently from the rest of framework.
PHPixie
PHPixie started as a micro framework and has gradually grown to be one of the most popular fullstack PHP frameworks while retaining its high performance. This is in part because of the strict architecture that avoids common pitfalls such as reliance on static methods, global scope, singletons and other antipatterns, thus also ensuring that the code is easy to read, debug, extend and test. In fact all PHPixie components boast full unit test coverage. It is the PHP framework that will never stand in your way and provides you with full control over execution flow, easy to learn and straightforward to master.
Pop PHP
The Pop PHP Framework is a full application-stack framework to help facilitate the building and writing of PHP applications. It has many useful components that can be used within an application or as standalone components as well. The core component is popphp/pophp, which contains the base components to get started.
silex
Silex is a PHP microframework for PHP. It is built on the shoulders of Symfony2 and Pimple and also inspired by sinatra.
Simple MVC Framework
Simple MVC Framework is a light but powerful PHP Framework for building web applications.
Slim Framework
Slim is a PHP micro framework that helps you quickly write simple yet powerful web applications and APIs.
Typo3 Flow
Flow is a web application platform enabling developers creating excellent web solutions and bring back the joy of coding. It gives you fast results. It is a reliable foundation for complex applications.
Zend Framework
Zend Framework 2 is an open source framework for developing web applications and services using PHP 5.3+. Zend Framework 2 uses 100% object-oriented code and utilises most of the new features of PHP 5.3, namely namespaces, late static binding, lambda functions and closures.