bonnier/php-sdk

Bonnier PHP-SDK.

Maintainers

Package info

github.com/BenjaminMedia/bonnier-php-sdk

Homepage

pkg:composer/bonnier/php-sdk

Statistics

Installs: 663

Dependents: 1

Suggesters: 0

Stars: 1

Open Issues: 2


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