Download the PHP package rayful/db-manager2 without Composer
On this page you can find all versions of the php package rayful/db-manager2. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download rayful/db-manager2
More information about rayful/db-manager2
Files in rayful/db-manager2
Download rayful/db-manager2
More information about rayful/db-manager2
Files in rayful/db-manager2
Vendor rayful
Package db-manager2
Short Description A new MongoDB ORM for mongoDB Driver for PHP(PHP7)
License MIT
Package db-manager2
Short Description A new MongoDB ORM for mongoDB Driver for PHP(PHP7)
License MIT
Please rate this library. Is it a good library?
Informations about the package db-manager2
DBManager2
A new ORM Driver for mongoDB driver for PHP(PHP7)
require: PHP5.5+, MongoDB Driver.
Install
composer require rayful/db-manager2
History
https://github.com/rayful/DBManager
2.1版本
-
增加对日期的格式转换显示、还有入库时自动取当时时间的支持,见DatetimeUtility类;
- 增加对MongoGridFS的支持(依赖mongodb/mongodb包)
2.01版本
- Fix Bug, DataSet parseRequest()的强制参数类型去除
- Fix Bug, DBManager的insert、update、delete三个方法同时兼容数组及对象,并且入库前会将入参转换为数组,使代码执行稳定性更强(待验证)
2.0版本
- 去除几个函数,包括:DataSet=>setByRequest与readRequest,变成parseRequest($request);
- 分页依赖变成最新版rayful/pagination 2.0,留下paginate方法,但不包含样式,最新分页详细说明请见:https://github.com/rayful/Pagination
- 增加DBManager的批量操作功能,包括批量入库、更新及删除,请见DBManager内的三个方法,分别是insert、update、delete及flush方法。也可以见下面的例子。
- 魔术方法统一用request(开头)+请求变量名称。
Code Example:
All versions of db-manager2 with dependencies
PHP Build Version
Package Version
The package rayful/db-manager2 contains the following files
Loading the files please wait ....