Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/matyhtf/framework
https://github.com/matyhtf/framework
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/matyhtf/framework
- Owner: matyhtf
- License: apache-2.0
- Created: 2022-04-20T13:47:12.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-06-07T09:01:18.000Z (over 1 year ago)
- Last Synced: 2024-05-22T19:30:19.256Z (6 months ago)
- Language: PHP
- Size: 457 KB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: License.txt
Awesome Lists containing this project
- awesome-swoole - Swoole Framework - An official Swoole framework. (Framework)
README
SPF 框架
----
> 此框架不建议新项目使用,仅用于历史遗留项目创建工程
----
```
composer create-project matyhtf/skeleton your_project_name
```启动服务
----
```shell
cd your_project_name/public
php -S 127.0.0.1:8001
```