shoaib/sir-juni
Composer 安装命令:
composer create-project shoaib/sir-juni
包简介
A simple mini-php framework to build backends.
README 文档
README
SirJuni
A Simple Mini-Framework for PHP Backend Development
Quick Install with Composer
Just execute
composer require shoaib/sir-juni
How to use
If you want to use Components from the Framework, make sure you include the autoload.php file from the vendor/ directory that gets created after running the above command.
After this, you can simply use the components of the framework by using the use sirJuni\Framework\.. below the require statement of the 'autoload.php'.
For a complete setup tutorial visit the Documentation.
统计信息
- 总下载量: 110
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-09-09
