https://github.com/blankphp/framework
BlankPhp framework
https://github.com/blankphp/framework
framework middleware orm php7
Last synced: 5 months ago
JSON representation
BlankPhp framework
- Host: GitHub
- URL: https://github.com/blankphp/framework
- Owner: blankphp
- Created: 2019-06-21T08:56:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-02-12T06:42:31.000Z (about 4 years ago)
- Last Synced: 2024-12-28T03:17:11.763Z (over 1 year ago)
- Topics: framework, middleware, orm, php7
- Language: PHP
- Size: 316 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
blankqwq/framework
a mvc framework.
## Installing
```shell
composer require blankqwq/framework -vvv
```
- [ ] 可测试性&& 可监控性
- [ ] 文档
- [x] 容器
- [x] 依赖注入
- [x] 容器清理与重新注册
- [x] 检测循环依赖
- [x] 单元测试
- [x] 管道
- [x] 中间件
- [ ] Pipeline扩展与异常
- [x] 门面
- [x] 基本完成
- [ ] 清理门面中的对象
- [x] 服务提供者
- [x] register
- [x] boot
- [ ] publish
- [x] Session
- [x] RedisSessionHandler
- [ ] FileSessionHandler
- [ ] DatabaseSessionHandler
- [x] Database
- [x] Builder
- [x] Grammar
- [ ] Secure
- [x] Cookie
- [ ] 国际化
- [ ] 国际化支持
- [ ] 安全
- [x] 验证码
- [ ] 加密
- [ ] xss
- [x] sql防注入
- [ ] SwooleKernel
- [ ] Websocket
- [ ] Process
- [ ] Job
- [ ] RPC
- [ ] ...
- [ ] FormValidate
- [ ] Helper
- [ ] Exec
- [ ] Array
- [ ] Curl
- [ ] Rsa
- [ ] Str
...
- [ ] Console
- [x] ConsoleKernel
```
# proxy代理
# manage管理者
# driverFactory 驱动管理
# event事件
# Application容器
```
## Contributing
## License
MIT