Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/benjaminmedia/bonnier-php-sdk

PHP SDK for talking with the Bonnier webservices.
https://github.com/benjaminmedia/bonnier-php-sdk

Last synced: about 1 month ago
JSON representation

PHP SDK for talking with the Bonnier webservices.

Awesome Lists containing this project

README

        

# bonnier-php-sdk

---------

| Services | Description |
| ------------- | ------------- |
| [Index Search](indexsearch.md) | Service for communicating with index-search |
| [TRAPP](trapp.md) | Service for communicating with the translation api (TRAPP) |
| [Bonnier admin](bonnier-admin.md) | Service for providing authentication through the Bonnier administration. |
| [Shell](shell.md) | Service for getting the Shell. |

#### Installation

Add the following to your ```composer.json``` file.

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