https://github.com/benjaminmedia/bonnier-php-sdk
PHP SDK for talking with the Bonnier webservices.
https://github.com/benjaminmedia/bonnier-php-sdk
Last synced: 3 months ago
JSON representation
PHP SDK for talking with the Bonnier webservices.
- Host: GitHub
- URL: https://github.com/benjaminmedia/bonnier-php-sdk
- Owner: BenjaminMedia
- Created: 2015-05-21T18:02:21.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T11:13:25.000Z (over 9 years ago)
- Last Synced: 2025-04-11T05:15:16.131Z (about 1 year ago)
- Language: PHP
- Homepage:
- Size: 298 KB
- Stars: 1
- Watchers: 14
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.*"
}
}
```