eslizn / polaris
app framework for php
dev-master
2022-08-08 20:48 UTC
Requires
- php: ^7.4
- ext-curl: *
- ext-gmp: *
- ext-json: *
- ext-pdo: *
- ext-sockets: *
- nikic/fast-route: ^1
- php-http/httplug: ^2.3
- psr/container: ^1
- psr/event-dispatcher: ^1
- psr/http-client: ^1
- psr/http-factory: ^1
- psr/http-server-middleware: ^1
- psr/log: ^1
Requires (Dev)
- phpunit/phpunit: ^9
- swoole/ide-helper: dev-master
- vlucas/phpdotenv: ^5
Provides
This package is auto-updated.
Last update: 2024-10-09 01:45:32 UTC
README
php开发框架,支持swoole,完全遵循psr7和psr15标准,并且支持基于fast-route路由的现代化php开发框架
依赖
- php ^ 7.4
特点
- 基于psr-7 的http请求&响应处理(基于Slim Http,在其基础上扩展了Swoole支持)
- 基于psr-15 的中间件机制实现
- 基于fast-route 的路由实现
安装
安装依赖
$ cd 项目目录
$ composer require eslizn/polaris -v