matryoshka-model / rest-wrapper
Matryoshka wrapper aimed at creating restful API clients
v0.8.0
2016-03-17 17:54 UTC
Requires
- php: >=5.5.0
- matryoshka-model/matryoshka: ~0.8.0
- matryoshka-model/service-api: ~0.3.0
- zendframework/zend-paginator: 2.*
- zendframework/zend-servicemanager: 2.*
- zendframework/zend-stdlib: 2.*
- zendframework/zendxml: ~1.0-dev
- zfcampus/zf-api-problem: ~1.0
Requires (Dev)
- phpunit/phpunit: ~4.3
- satooshi/php-coveralls: dev-master
- zendframework/zend-mvc: 2.*
Suggests
- matryoshka-model/matryoshka: A lightweight framework that provides a standard and easy way to implement a model service layer
- matryoshka-model/mongo-wrapper: MongoDB matryoshka wrapper
- matryoshka-model/zf2-matryoshka-module: ZF2 module for matryoshka library
This package is not auto-updated.
Last update: 2024-10-26 17:29:41 UTC
README
REST wrapper ------------Matryoshka wrapper aimed at creating restful API clients.
Community
For questions and support please visit the slack channel (get an invite here).
Installation
Install it using composer.
Add the following to your composer.json
file:
"require": {
"matryoshka-model/rest-wrapper": "~0.8.0"
}
Configuration
WIP
Usage
WIP