Blink is micro web framework with expressive, elegant APIs, which inspired much by Yii2 and Laravel. And the most importantly, Blink is designed for long running services. Unlike other frameworks, Blink does't requires php-fpm or mod_php to run PHP code, we currently taking Swoole extension to serve requests in plain PHP.
- Powered by Swoole, serve requests in plain PHP
- Dependency Injection & Service Locator
- Routing for Restful APIs
- Authentication & Authorization abstraction
- Session Management abstraction
- PHPUnit integration for unit tests
Install the latest version with
composer create-project --prefer-dist -s dev blink/seed your-app
- English Documentation(Not Ready Yet)
- 简体中文文档
Blink is still in active development, your participating is very wellcome!
You may participate in the following ways:
- Report issues or Start a design discussion
- Develop features or write documentation via Pull Requests
This is a open sourced software under the MIT license.