dxkite/suda

a simple php framework

Maintainers

Details

github.com/DXkite/suda

Source

Issues

Installs: 125

Dependents: 0

Suggesters: 0

Security: 0

Stars: 15

Watchers: 4

Forks: 7

Type:project

v3.1.5 2019-09-01 00:41 UTC

This package is auto-updated.

Last update: 2024-04-06 21:10:35 UTC


README

Latest Stable Version PHP >= 7.2 Scrutinizer Code Quality Total Downloads License

高性能、轻量化Web框架,文档 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 无需配置