as3 / modlr
Simplified PHP library for fast and efficient RESTful API for MongoDB. Designed for use with front end web frameworks such as EmberJS.
Installs: 17 355
Dependents: 4
Suggesters: 0
Security: 0
Stars: 5
Watchers: 4
Forks: 2
Open Issues: 17
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: 2024-10-27 23:45:34 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.