An open API service indexing awesome lists of open source software.

https://github.com/kajweb/sbframework

一个简单的PHP框架
https://github.com/kajweb/sbframework

Last synced: 3 months ago
JSON representation

一个简单的PHP框架

Awesome Lists containing this project

README

        

# SBFramework v0.97.5( beta )

>一个轻量级的PHP框架

![](https://camo.githubusercontent.com/56d9298798ae0c049c2cfcb9fd5f8306c0ad18a0/68747470733a2f2f6170692e7472617669732d63692e6f72672f73776f6f6c652f73776f6f6c652d7372632e737667) ![](https://img.shields.io/badge/lost-job-red.svg) ![](https://img.shields.io/badge/lost-yourJob-blue.svg)

## ✨ 项目背景
* 大家都说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](https://opensource.org/licenses/mit-license.php)