Download the PHP package matryoshka-model/service-api without Composer
On this page you can find all versions of the php package matryoshka-model/service-api. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download matryoshka-model/service-api
More information about matryoshka-model/service-api
Files in matryoshka-model/service-api
Package service-api
Short Description A set of utilities aimed at consuming HTTP API services
License BSD-2-Clause
Homepage http://github.com/matryoshka-model/service-api
Informations about the package service-api
Service API
A set of utilities aimed at consuming HTTP API services.
Community
For questions and support please visit the slack channel (get an invite here).
Installation
Install it using composer.
Configuration
This library provides two factories for Zend\ServiceManager to make Zend\Http\Client and Matryoshka\Service\Api\Client\HttpApi available as services.
In order to use them in a ZF2 application register the provided factories into its configuration:
Then, in your configuration you can add the matryoshka-httpclient
and matryoshka-service-api
nodes and configure them as in the following example:
All versions of service-api with dependencies
zendframework/zend-http Version ~2.4
zendframework/zend-json Version ~2.4
zendframework/zend-stdlib Version ~2.4
zendframework/zendxml Version ~1.0
zfcampus/zf-api-problem Version ~1.0