Home  >  Article  >  Backend Development  >  Common PHP development frameworks

Common PHP development frameworks

巴扎黑
巴扎黑Original
2016-11-12 14:13:241349browse

1. Canphp:
Canphp is a Chinese open source PHP framework. The main design concept is to pursue simplicity, reduce the learning cost for PHP beginners, and pursue high efficiency. The template class does not provide other tags, and the source code of PHP is directly applied. , and it has a microkernel design, strong portability, loose coupling and other characteristics, and can be integrated into any of your systems. The integrated http class is quite powerful and the image collection speed is quite fast. Why is this? Because the principle of simulating asynchronous multi-process is applied.

2. CakePHP:
CakePHP is a good choice for both beginners and professional PHP developers. It is designed based on the same principles as Ruby on Rails, with a strong emphasis on rapid development - making it a very good development framework for RAD. Its rapidly growing support system, simplicity, and scalability make CakePHP one of the most popular PHP development frameworks available today.

3. Thinkphp:
ThinkPHP is a lightweight PHP development framework with excellent performance and rich functions. It has many original features and advocates simplicity. The development is based on my development philosophy and can accomplish more with the least code. The function is designed to make WEB application development simpler and faster. Compatibility with PHP4 has been abandoned since version 1.*, so the architecture and implementation of the entire framework can be more flexible and simpler. Version 2.0 is based on the previous one. After a new reconstruction and countless improvements and improvements, it has reached a new stage, which is enough to meet enterprise-level and portal-level development standards. The latest version of the PHP framework developed by Chinese people is version 3.1, and version 3.1.2 will be released in November 2012.

ThinkSNS open source Weibo system is based on the core of Thinkphp.

ThinkSNS is an open source social platform for Thinkers. It adopts PHP+MySQL technology platform, Weibo+application product model, and also has iphone, android client, wap, and 3G version interfaces.

4. FleaPHP:
FleaPHP is a completely domestic framework. It is an application framework developed using PHP (fully supporting PHP4 and PHP5). FleaPHP provides developers with the necessary basic functions and auxiliary components to help developers create applications easily and quickly. The core of the FleaPHP framework is very small, but through flexible configuration, various types of infrastructure can be combined. FleaPHP's excellent customization and expansion capabilities make it truly close to the goal of "meeting various needs from simple applications to enterprise development." Applications developed using the FleaPHP framework can automatically adapt to various operating environments and are compatible with PHP4 and PHP5. Unlike many other frameworks, FleaPHP is a framework that is completely refined during actual development.

 The FleaPHP framework is simple, clear, easy to understand and learn, and has complete Chinese documentation and rich sample programs. High configuration, high performance and other advantages make FleaPHP a popular framework.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn