actinoids / modlr-rest-odm
为MongoDB设计的快速高效的PHP库,用于RESTful API。适用于EmberJS等前端Web框架。
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-09-14 18:04:16 UTC
README
简洁、快速、高效的MongoDB ODM库。提供完整的REST API支持,遵循JSON API规范(http://www.jsonapi.org)。优化用于EmberJS等前端Web框架。也可作为基于PHP的ODM使用,类似于Doctrine。