Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/benjaminmedia/bonnier-php-sdk
- Owner: BenjaminMedia
- Created: 2015-05-21T18:02:21.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-10-14T11:13:25.000Z (over 8 years ago)
- Last Synced: 2024-10-07T07:42:13.025Z (4 months ago)
- Language: PHP
- Homepage:
- Size: 298 KB
- Stars: 1
- Watchers: 15
- 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.*"
}
}
```