max / var-dumper
一款支持swoole, workerman, FPM环境的框架的组件化的轻量`PHP`框架。
Installs: 2 342
Dependents: 0
Suggesters: 0
Security: 0
Stars: 23
Watchers: 1
Forks: 1
Open Issues: 0
Requires
- php: ^8.2
- monolog/monolog: ^3.6
- next/aop: ^0.1
- next/cache: ^0.1
- next/config: ^0.1
- next/di: ^0.1
- next/event: ^0.1
- next/foundation: ^0.1.0
- next/http-server: ^0.1
- next/session: ^0.1
- next/var-dumper: ^0.1
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.11
- pestphp/pest: ^2.34
- phpstan/phpstan: ^1.11
- zircote/swagger-php: ^4.9
README
轻量 • 简单 • 快速
这是一款组件包,提供了一些web开发常用的组件,而且大部分组件都是可以独立使用的。参与开发可以直接向该包提交代码,将会同步至相应的包。
主要组件
- 符合 Psr7 的 next/http-message HTTP消息
- 符合 Psr7 的 next/routing 路由组件
- 符合 Psr11 的 next/di 依赖注入容器
- 符合 Psr14 的 next/event 事件
- 符合 Psr15 的 next/http-server HTTP服务
- 符合 Psr16 的 next/cache,支持 File,Memcached,Redis,APC [可扩展]
- AOP next/aop
- database next/database
- session next/session
贡献一览
欢迎有兴趣的朋友参与开发
致谢
感谢PHP最好用IDE: PHPStorm