Tastphp is a PHP framework for the modern developer. It is flexible, componentized, extensible and fast.
Tastphp is used by some web application (like www.clothesmake.com.cn)
Tastphp core visit this Framework Repository. This repository is skeleton to get started with Tastphp
or use composer command:
composer create-project --prefer-dist tast-php/tast-php {your install directory} "1.3.7"
- Symfony Style
- Dependency Injection Container.
- M(Service/Dao)VC Architecture
- Router
- Twig
- Console Support
- Debug Bar
- DBAL
- Migrations
- EventDispatcher
- Mysql (master/slave - write/read split)
- Queue
- Cache
- JWT
- CsrfToken
- ...
- See https://github.com/xujiajun/php-framework-benchmark for detail
- PHP 7+
- tastphp-docs: tastphp documents
- tastphp-swoole : tastphp swoole branch
- tastphp-installer: tastphp install tool
If you'd like to help out with the project. You can put up a Pull Request.
The Tastphp framework is open-sourced software licensed under the MIT Licensed