PHP - 开发工具包
目录
收集整理一下 PHP 的一些快速开发工具包。
开发包
- Composer - Dependency Management for PHP
- Guzzle - Guzzle is a PHP HTTP client that makes it easy to send HTTP requests and trivial to integrate with web services
- Zephir is a compiled high level language aimed to the creation of C-extensions for PHP
- Swoole - Event-driven asynchronous & concurrent & coroutine networking engine with high performance for PHP
- Sami - An API documentation generator
- Intervention Image - Intervention Image is a PHP image handling and manipulation library providing an easier and expressive way to create, edit, and compose images.
- Monolog - Sends your logs to files, sockets, inboxes, databases and various web services
- PHP dotenv - Loads environment variables from .env to getenv()
微框架
- Lumen - The stunningly fast micro-framework by Laravel
- Slim - Slim is a PHP micro-framework that helps you quickly write simple yet powerful web applications and APIs
- Silex - The PHP micro-framework based on the Symfony Components
- Bullet - Bullet is a resource-oriented micro PHP framework built around HTTP URIs
- Proton - Proton is a StackPHP compatible micro framework
- Fat-Free - A powerful yet easy-to-use PHP micro-framework designed to help you build dynamic and robust Web applications - fast
Web 框架
- Laravel - A PHP framework for web artisans
- Symfony - The Symfony PHP framework
- CakePHP - The Rapid Development Framework for PHP
- Yii 2 - The Fast, Secure and Professional PHP Framework
- Zend Framework - PHP Official Framework
- CodeIgniter - CodeIgniter is an Application Development Framework
- Phalcon - High performance, full-stack PHP framework delivered as a C extension
- PHPixie - A lightweight MVC PHP framework designed for speed and simplicty
- FuelPHP - FuelPHP is a fast, lightweight PHP 5.4 framework
- ThinkPHP - 为 API 开发而设计的高性能 PHP 框架
代码质量
- PHP CodeSniffer - PHP_CodeSniffer tokenizes PHP, JavaScript and CSS files and detects violations of a defined set of coding standards
- PHP CS Fixer - The PHP Coding Standards Fixer (PHP CS Fixer) tool fixes your code to follow standards
- PHPMD - PHPMD is a spin-off project of PHP Depend and aims to be a PHP equivalent of the well known Java tool PMD. PHPMD can be seen as an user friendly frontend application for the raw metrics stream measured by PHP Depend