opis/orm
最新稳定版本:1.0.1
Composer 安装命令:
composer require opis/orm
包简介
Powerful ORM library
关键字:
README 文档
README
Simple, productive, and easy to learn
Opis ORM is a library that provides an implementation for the Data Mapper pattern, built with the following goals in mind: simplicity, productivity, and a smooth learning curve for developers.
Documentation
The full documentation for this library can be found here
License
Opis ORM is licensed under the Apache License, Version 2.0.
Requirements
- PHP 7.0.* or higher
- Opis Database ^4.0
Installation
Opis ORM is available on Packagist and it can be installed from a command line interface by using Composer.
composer require opis/orm
Or you could directly reference it into your composer.json file as a dependency
{
"require": {
"opis/orm": "^1.0"
}
}
统计信息
- 总下载量: 5.26k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 33
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Apache-2.0
- 更新时间: 2017-09-11