# plugin-core.eventim.co.uk

[![Latest Version](https://img.shields.io/github/v/release/floor9design-ltd/plugin-core.eventim.co.uk?style=plastic)](https://github.com/floor9design-ltd/plugin-core.eventim.co.uk/releases)
[![Packagist](https://img.shields.io/packagist/v/floor9design/plugin-core.eventim.co.uk?style=plastic)](https://packagist.org/packages/floor9design/plugin-core.eventim.co.uk)
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=plastic)](LICENCE.md)

[![Build Status](https://img.shields.io/travis/floor9design-ltd/plugin-core.eventim.co.uk?style=plastic)](https://travis-ci.com/github/floor9design-ltd/plugin-core.eventim.co.uk)
[![Build Status](https://img.shields.io/codecov/c/github/floor9design-ltd/plugin-core.eventim.co.uk?style=plastic)](https://codecov.io/gh/floor9design-ltd/plugin-core.eventim.co.uk)

[![Github Downloads](https://img.shields.io/github/downloads/floor9design-ltd/plugin-core.eventim.co.uk/total?style=plastic)](https://github.com/floor9design-ltd/plugin-core.eventim.co.uk)
[![Packagist Downloads](https://img.shields.io/packagist/dt/floor9design/plugin-core.eventim.co.uk?style=plastic)](https://packagist.org/packages/floor9design/plugin-core.eventim.co.uk)


## Introduction

This offers the core functionality to translate received data from Eventim into well-formed object ready for storage in 
a CMS database.

## Features

* Offers reliable object response
* Validation (tbc)

## Install

To be updated: 

Via Composer

``` bash
composer require floor9design/plugin-core.eventim.co.uk
```

## Usage

To be completed

## Setup

To be completed

## Testing

To run the tests: 

* `./vendor/phpunit/phpunit/phpunit`

Documentation and coverage can be generated as follows:

* `./vendor/phpunit/phpunit/phpunit --coverage-html docs/tests/`

## Credits

- [Rick](https://github.com/elb98rm)

## Changelog

A changelog is generated here:

* [Change log](CHANGELOG.md)

## License

* [MIT](LICENCE.md)