ci-mongodb-restserver icon indicating copy to clipboard operation
ci-mongodb-restserver copied to clipboard

[OBSOLETE] CodeIgniter REST server library with optional MongoDB backend.

CodeIgniter MongoDB REST Server

A fully RESTful server implementation for CodeIgniter with optional MongoDB backend.

This is just a minor fork of Phil Sturgeon's CodeIgniter REST Server library to add support for MongoDB to be used with API keys, logs and limits. All the credits goes to Phil Sturgeon, again, it's just a minor fork.

Requirements

Installation

  • Properly setup MongoDB config directives in both application/config/mongodb.php and application/config/rest.php
  • And you're done!