chaplean/absence-io-client-bundle

Absence.io Api Client Bundle

v2.0.1 2019-06-17 09:44 UTC

This package is auto-updated.

Last update: 2024-03-28 11:40:33 UTC


README

Codeship Status for chaplean/absence-io-client-bundle

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'