as3 / modlr
Simplified PHP library for fast and efficient RESTful API for MongoDB. Designed for use with front end web frameworks such as EmberJS.
0.3.24
2018-05-03 16:19 UTC
Requires
- php: >=5.4
- symfony/http-foundation: ^2.6 || ^3.0
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.
- as3/modlr-api-jsonapiorg: Provides jsonapi.org REST API spec and functionality.
- as3/modlr-persister-mongodb: Provides MongoDB persistence functionality.
- symfony/yaml: Required if you'd like load metadata from YAML format.
This package is not auto-updated.
Last update: 2026-03-02 06:13:15 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.