tscms/mangodb 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

tscms/mangodb

Composer 安装命令:

composer require tscms/mangodb

包简介

MongoDB for Kohana

README 文档

README

Mango

Mango is an ORM/ActiveRecord like library that takes full advantage of MongoDB's features. Mango supports:

  • Atomic updates - the library will calculate what values changed, and will update only those values using atomic modifiers like $set, $push/$pull and $inc
  • All Mongo datatypes including embedded objects, arrays, enums and (multidimensional) counters
  • Relationships you remember from the RDBMS world like has_one, belongs_to, has_many and has_and_belongs_to_many
  • Validation of object data, including embedded objects
  • Class Table Extension-like behavior - eg Model_Ferrari extends Model_Car extends Mango.
  • Very easy syntax very familiar to users of other ORMs

MangoDB

A simple wrapper to access MongoDB. Store your database info in a config file and access MongoDB from anywhere in your code using MangoDB::instance().

MangoQueue

Want to implement a queue in MongoDB? Check MangoQueue: http://github.com/Wouterrr/mangoQueue and https://github.com/Wouterrr/MangoTask

MangoUtils

Use MongoDB for Kohana Log? Kohana Sessions? Scaffolding? or ACL assertions?

Check: https://github.com/Wouterrr/MangoUtils

License

"THE BEER-WARE LICENSE" (Revision 42): Wouter Wiegmans wrote this file. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return - Wouter Wiegmans

统计信息

  • 总下载量: 9
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 34
  • 开发语言: PHP

其他信息

  • 授权协议: BEER-WARE
  • 更新时间: 2015-09-22