opine / collection
RESTful API for MongoDB collections
Installs: 264
Dependents: 4
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 3
pkg:composer/opine/collection
Requires
- php: >=5.5.0
- opine/build: ~2.0
- opine/bundle: ~2.0
- opine/cache: ~2.0
- opine/config: ~3.0
- opine/db: ~2.0
- opine/interfaces: ~1.0
- opine/language: ~2.0
- opine/layout: ~2.0
- opine/person: ~2.0
- opine/pubsub: ~2.0
- opine/queue: ~2.0
- opine/route: ~3.0
- opine/search: ~2.0
- symfony/yaml: ~2.6.1
Requires (Dev)
- phpunit/phpunit: 3.7.32
This package is not auto-updated.
Last update: 2025-09-27 19:18:31 UTC
README
Collections
RESTful API for MongoDB collections
JSON REST API
/api/collection/{collection}/[{method}/{limit}/{page}/{sort}/{fields}]
JSON REST API for Bunldles
/{bundle}/api/collection/{collection}[/{method}/{limit}/{page}/{sort}/{fields}]
HTML INDEX
/{collection plural}/[{method}/{limit}/{page}/{sort}]
HTML ITEM
/{collection singular}/{slug} /{collection singular}/id/{id}