2017 © Pedro Peláez
 

kohana-module mangodb

MongoDB for Kohana

image

tscms/mangodb

MongoDB for Kohana

  • Tuesday, September 22, 2015
  • by Vagabondtq
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 39 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

MongoDB for Kohana 3.3

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, (*1)

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()., (*2)

MangoQueue

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

MangoUtils

Use MongoDB for Kohana Log? Kohana Sessions? Scaffolding? or ACL assertions?, (*4)

Check: https://github.com/Wouterrr/MangoUtils, (*5)

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, (*6)

The Versions

22/09 2015

dev-master

9999999-dev https://github.com/Wouterrr/MangoDB

MongoDB for Kohana

  Sources   Download

BEER-WARE

The Requires

 

by Wouter Wiegmans

mongodb kohana