easymvc/core
Composer 安装命令:
composer require easymvc/core
包简介
The Core Class for the EasyMVC Framework
README 文档
README
EasyMVC's Core class
This is the heart of the EasyMVC Framework!
The repository 'easymvc' contains the structure and some pre-configured files of the Framework. Emvc_Core provides the logic behind it.
It's specially made for my framework, so it will be difficult to add this one to your own project. But if you want to try it, you can install the package through composer.
composer require easymvc/core
or by editing composer.json yourself and adding:
"require": {
"easymvc/core": "*"
}
The only documentation provided will be in the class-file itself!
统计信息
- 总下载量: 110
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 1
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2018-03-30