ndapio/mongo-helper
Composer 安装命令:
composer require ndapio/mongo-helper
包简介
A MongoDB's CRUD wrapper for PHP. Neat and easy to use.
关键字:
README 文档
README
A MongoDB's CRUD wrapper for PHP. Neat and easy to use.
General idea:
- MongoConnector.php connect to MongoDB and do CRUD queries.
- MongoModel.php is a object class to be extended. The class will map MongoDB into object and do business logic.
- MongoModelCollection.php is a collection class to be extended. The class is working as a collection (list/array/datasets) and save/load documents to MongoDB.
Guide
You can extend the MongoModel and MongoModelCollection class to use in your project.
(To be updated later...)
统计信息
- 总下载量: 17
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2022-02-11