fourmation/mongo
Composer 安装命令:
composer require fourmation/mongo
包简介
MongoDB Abstract based on zfCommons
README 文档
README
The purpose of this module to create a mongodb mapper that is a straight replacement for the ZFCommons dbAbstract. This easily allows you to utilise MongoDb while still easily using entities, hydrators and mappers as well as exposing the native php client.
Installation
Added the following requirement to your projects composer.json file.
"fourmation/mongo": "0.1.0"
and run
php ./composer.phar update
Usage
You will need to copy the db.local.php.dist file to your /config/autoload folder and fill in your database details.
For an example implementation, please see my ZfcUser MongoDB Plugin.
统计信息
- 总下载量: 95
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 4
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2013-08-11