Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaplean/bonusly-client-bundle
https://github.com/chaplean/bonusly-client-bundle
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaplean/bonusly-client-bundle
- Owner: chaplean
- Created: 2019-07-05T15:39:18.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-05T15:39:56.000Z (over 5 years ago)
- Last Synced: 2024-12-02T03:58:35.192Z (about 1 month ago)
- Language: PHP
- Size: 39.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ChapleanBonuslyClientBundle
![Codeship Status for chaplean/bonusly-io-client-bundle](https://app.codeship.com/projects/42812bd0-97bc-0135-385d-161fd251d857/status?branch=master)
# Prerequisites
This version of the bundle requires Symfony 2.8+.
# Installation
## 1. Composer
```bash
composer require chaplean/bonusly-client-bundle
```## 2. AppKernel.php
Add
```php
new Chaplean\Bundle\BonuslyClientBundle\ChapleanBonuslyClientBundle(),
```# Configuration
## 1. config.yml
```yml
imports:
- { resource: '@ChapleanBonuslyClientBundle/Resources/config/config.yml' }
```## 2. paramters.yml
```yml
chaplean_bonusly.access_token: 'your access token'
```# Available functions:
* Users
* getUsers()
* postUsers()
* putUsers()
* deleteUsers()* Bonuses()
* getBonuses()
* postBonuses()* Companies
* getCompanies()
* putCompanies()* Values
* getValues()* Leaderboards
* getLeaderboards()