actinoids / modlr-rest-odm
Simplified PHP library for fast and efficient RESTful API for MongoDB. Designed for use with front end web frameworks such as EmberJS.
dev-master
2016-01-29 04:02 UTC
Requires
- php: >=5.4
- symfony/http-foundation: ~2.6
Suggests
- ext-igbinary: Required if you'd like to use the provided igbinary metadata cache serialization.
- ext-redis: Required if you'd like to cache metadata using Redis.
- doctrine/mongodb-odm: Required if you'd like to load metadata from the Doctrine ODM.
- symfony/yaml: Required if you'd like load metadata from YAML format.
This package is not auto-updated.
Last update: 2024-10-26 18:33:26 UTC
README
Simplified, fast, and efficient MongoDB ODM library. Provides full REST API support, following the JSON API spec (http://www.jsonapi.org). Optimized for use with front end web frameworks such as EmberJS. Can also be used as a PHP-based ODM, similar to Doctrine.