laraantunes/hood-core
最新稳定版本:0.0.1
Composer 安装命令:
composer require laraantunes/hood-core
包简介
The standalone core of Hood Framework.
README 文档
README
Hood-Core
The standalone core of Hood Framework, the PHP Framework for good aim archers and agile rogues.
You can import this library with any framework and use it's features as you want!
Installation
composer require laraantunes/hood-core
You'll need to configure the paths for Hood's configuration:
use Hood\Config\Config; Config::setPaths([ 'CONFIG_PATH' => __DIR__.DIRECTORY_SEPARATOR, 'HOME_PATH' => __DIR__.DIRECTORY_SEPARATOR, ]);
Now you can use all the Hood's features, as ORM, Query Builder and Routing library.
统计信息
- 总下载量: 0
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL-3.0-or-later
- 更新时间: 2023-03-11
