Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chaplean/absence-io-client-bundle
https://github.com/chaplean/absence-io-client-bundle
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/chaplean/absence-io-client-bundle
- Owner: chaplean
- License: mit
- Created: 2019-07-10T15:22:56.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-10T15:23:19.000Z (over 5 years ago)
- Last Synced: 2024-12-14T16:09:26.605Z (27 days ago)
- Language: PHP
- Size: 76.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# ChapleanAbsenceIoClientBundle
![Codeship Status for chaplean/absence-io-client-bundle](https://app.codeship.com/projects/1ca4a5e0-97d2-0135-385d-161fd251d857/status?branch=master)
# Prerequisites
This version of the bundle requires Symfony 2.8+.
# Installation
## 1. Composer
```bash
composer require chaplean/absence-io-client-bundle
```## 2. AppKernel.php
Add
```php
new Chaplean\Bundle\AbsenceIoClientBundle\ChapleanAbsenceIoClientBundle(),
```# Configuration
## 1. config.yml
```yml
imports:
- { resource: '@ChapleanAbsenceIoClientBundle/Resources/config/config.yml' }
```## 2. paramters.yml
For more information about hawk see https://documenter.getpostman.com/view/799228/absenceio-api-documentation/2Fwbis#authentication.
```yml
chaplean_absence_io_client.hawk_id: 'your hawk id'
chaplean_absence_io_client.hawk_key: 'your hawk key'
```