https://github.com/dxkite/suda
a light fast web framework for php7
https://github.com/dxkite/suda
framework php php7
Last synced: 12 months ago
JSON representation
a light fast web framework for php7
- Host: GitHub
- URL: https://github.com/dxkite/suda
- Owner: dxkite
- License: mit
- Created: 2017-02-15T11:09:29.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-05-06T12:36:28.000Z (almost 6 years ago)
- Last Synced: 2025-03-27T10:37:55.497Z (12 months ago)
- Topics: framework, php, php7
- Language: PHP
- Homepage: https://dxkite.github.io/suda/
- Size: 5.2 MB
- Stars: 16
- Watchers: 4
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# suda: nebula
[](https://packagist.org/packages/dxkite/suda)
[](https://php.net/)
[](https://scrutinizer-ci.com/g/dxkite/suda)
[](https://packagist.org/packages/dxkite/suda)
[](https://packagist.org/packages/dxkite/suda)
高性能、轻量化Web框架,文档 [dxkite.github.io/suda](https://dxkite.github.io/suda/)
## 特性
- 标准化请求以及响应处理
- 响应包装器
- 事件监控器
- 读写分离与ORM
- 多缓存支持
- 模块化支持
- 标准化日志接口 **接入psr/log**
- 命令行工具 **接入symfony/console**
## 运行
### PHP 运行
```
git clone https://github.com/dxkite/suda .
php -S 127.0.0.1:8080 -t ./public
```
### PHP+Swoole 运行 (推荐)
```
git clone https://github.com/dxkite/suda .
php server.php 127.0.0.1:8080
```
### Web服务器运行
将WEB更目录调整到 `public`,如果需要URL重写,`nginx` 配置需包含 `nginx.conf`, `Apache` 无需配置