Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 633 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 633 Bytes

bonnier-php-sdk


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.*"
	}
}