darya/framework
Composer 安装命令:
composer require darya/framework
包简介
Web application framework
README 文档
README
Darya is a PHP framework for web application development.
Its components include:
- ORM
- CRUD storage abstractions
- Database abstractions
- Service container
- HTTP abstractions
- Router
- Event dispatcher
- Views
The framework is currently under development and the API is liable to change until v1.0.0.
Each component will eventually be split into its own repository.
Installation
Use Composer to install the darya/framework
package.
Otherwise just clone this repository into a directory such as
/vendor/darya/framework.
After this, you'll want to make use of a class autoloader to save you from manually including classes.
You can use Composer's autoloader or the autoloader that Darya provides.
Composer's autoloader
require_once 'vendor/autoload.php';
Darya's autoloader
Darya's autoloader.php includes Composer's autoload.php if it can find it.
require_once 'vendor/darya/framework/autoloader.php';
统计信息
- 总下载量: 250
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 3
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-10-12