bonnier/php-sdk


README

Services Description
Index Search Service for communicating with index-search
TRAPP Service for communicating with the translation api (TRAPP)
Bonnier admin Service for providing authentication through the Bonnier administration.
Shell Service for getting the Shell.

Installation

Add the following to your composer.json file.

{
    "require": {
        "bonnier/php-sdk": "2.*"
    },
    "require-dev": {
        "bonnier/php-sdk": "2.*"
	}
}