matyhtf/framework
SPF
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Maintainers
This package has no released version yet, and little information is available.
README
此框架不建议新项目使用,仅用于历史遗留项目
创建工程
composer create-project matyhtf/skeleton your_project_name
启动服务
cd your_project_name/public
php -S 127.0.0.1:8001
