Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 992 Bytes

README.md

File metadata and controls

28 lines (21 loc) · 992 Bytes

SBFramework v0.97.5( beta )

一个轻量级的PHP框架

✨ 项目背景

  • 大家都说PHP运行慢,个人认为这是由于框架太臃肿导致的。
  • 框架保留了大量的原生函数,极大减少了框架内助手函数,迅捷开发。

⌛️ 使用方法

git clone https://github.com/kajweb/SBFramework
cd SBFramework
使用nginx、apache、php-fpm、swoole等方法配置并运行程序  
或者使用php内置的http服务器运行SBF框架
php -S 0.0.0.0:12345
curl 127.0.0.1:12345
curl 127.0.0.1:12345/example.php

即可看到运行demo的结果

⚡ DOC

TODO

📃 LICENSE

MIT