fbenard/material
Composer 安装命令:
composer require fbenard/material
包简介
README 文档
README
Material is an ORM written in PHP, for PHP applications. It has been designed to work perfectly as a stand-alone component, so that you can use it in any environment, with any framework. Material provides:
- Support of all native database drivers (via PDO)
- Simultaneous connections to databases
- A query builder
- A schema builder
- A model class to play with PHP objects
- Support of custom object lifecycles
- Localized properties
- A migration and seeding mechanism
Install
Simply add fbenard/material to your composer.json:
{
"require":
{
"fbenard/material": "*"
}
}
And update:
composer update
Authors
Material is carefully taken care of by Fabien BÉNARD.
License
The code for Material is distributed under the terms of the MIT license. See LICENSE.txt for the full license.
统计信息
- 总下载量: 1.06k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2014-12-28