Home  >  Article  >  PHP Framework  >  Is thinkphp open source?

Is thinkphp open source?

步履不停
步履不停Original
2019-07-01 11:05:523752browse

Is thinkphp open source?

thinkphp is open source.

Introduction

ThinkPHP is a free, open source, fast and simple object-oriented lightweight PHP development framework. It was founded in early 2006 and follows Apache2 Open source protocol release was born for agile WEB application development and simplified enterprise application development. ThinkPHP has been adhering to the simple and practical design principle since its birth. While maintaining excellent performance and minimal code, it also focuses on ease of use. It has many original functions and features. With the active participation of the community team, it has been continuously optimized and improved in terms of ease of use, scalability and performance. It has grown into the most leading and influential WEB application development framework in China, with many Typical cases ensure that it can be stably used for commercial and portal-level development.

Comprehensive WEB development feature support

The latest ThinkPHP provides strong support for WEB application development, these supports include:

MVC support - Design pattern ORM support based on multi-layer model (M), view (V), controller (C) - Provides full-featured and high-performance ORM support, supports most database template engine support - Built-in high-performance based Compiled template engine RESTFul support for tag libraries and XML tags - RESTFul support is provided through the REST controller extension to create a new URL design and access experience for you. Cloud platform support - provides strong support for Sina SAE platform and Baidu BAE platform , with "span" and "smoothness", supports localized development and debugging as well as deployment switching, allowing you to easily transition and create a new development experience. CLI support - supports command line-based application development RPC support - provides remote calling solutions including PHPRpc, HProse, jsonRPC and Yar MongoDb support - provides NoSQL support Cache support - provides files, databases, Memcache, Xcache, Redis Various types of cache support

The development philosophy of simplicity

ThinkPHP has been adhering to the development philosophy of simplicity since its birth, no matter from the bottom implementation or application In development, we all advocate using the least amount of code to complete the same function. It is precisely because of our persistence in simplicity and code practice that we have maintained excellent performance and extremely fast development experience for a long time. Outstanding performance in the evaluation data of mainstream PHP development frameworks. Simple and rapid development is our constant purpose.

Security

The framework provides numerous security features at the system level to ensure that your website and products are safe and worry-free. These features include:

XSS Security Protection Form Automatic Validation Forced Data Type Conversion Input Data Filtering Form Token Validation Anti-SQL Injection Image Upload Detection

Business Friendly Open Source Protocol

ThinkPHP is released under the Apache2 open source license. Apache License is a protocol adopted by Apache, a well-known non-profit open source organization. This protocol is similar to BSD and encourages code sharing and respecting the copyright of the original author. It also allows code modification and release as open source or commercial software.

For more ThinkPHP related technical articles, please visit the ThinkPHP usage tutorial column to learn!

The above is the detailed content of Is thinkphp open source?. For more information, please follow other related articles on the PHP Chinese website!

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