chaplean / absence-io-client-bundle
Absence.io Api Client Bundle
Installs: 208
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Open Issues: 0
Type:symfony-bundle
Requires
- php: >=7.0.8
- chaplean/api-client-bundle: ^1.0
- dflydev/hawk: dev-master
- symfony/config: ^2.8 || ^3.0 || ^4.0
- symfony/console: ^2.8 || ^3.0 || ^4.0
- symfony/dependency-injection: ^2.8 || ^3.0 || ^4.0
- symfony/yaml: ^2.8 || ^3.0 || ^4.0
Requires (Dev)
- chaplean/coding-standard: ^1.1
- mockery/mockery: ^1.2
- symfony/http-kernel: ^2.8 || ^3.0 || ^4.0
- symfony/phpunit-bridge: ^4.0
This package is auto-updated.
Last update: 2024-10-28 12:54:34 UTC
README
Prerequisites
This version of the bundle requires Symfony 2.8+.
Installation
1. Composer
composer require chaplean/absence-io-client-bundle
2. AppKernel.php
Add
new Chaplean\Bundle\AbsenceIoClientBundle\ChapleanAbsenceIoClientBundle(),
Configuration
1. config.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.
chaplean_absence_io_client.hawk_id: 'your hawk id' chaplean_absence_io_client.hawk_key: 'your hawk key'