bonnier / php-sdk
Bonnier PHP-SDK.
v3.0.14
2016-10-14 11:12 UTC
Requires
- guzzlehttp/guzzle: ^6
- pecee/http-service: 1.*
Requires (Dev)
- fzaninotto/faker: 1.5.*
- pecee/http-service: 1.*
- phpunit/phpunit: 5.*
- vlucas/phpdotenv: 2.1.*
This package is auto-updated.
Last update: 2026-06-13 02:45:20 UTC
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.*"
}
}