An open API service indexing awesome lists of open source software.

https://github.com/industrialdev/eventbrite-integration

PHP Integration for the Eventbrite API
https://github.com/industrialdev/eventbrite-integration

api drupal eventbrite oauth php

Last synced: about 2 months ago
JSON representation

PHP Integration for the Eventbrite API

Awesome Lists containing this project

README

          

# Eventbrite Integration

[![Software License][ico-license]](LICENSE.md)
[![Packagist](https://img.shields.io/packagist/dt/industrialdev/eventbrite-integration.svg?style=flat-square)](https://packagist.org/packages/industrialdev/eventbrite-integration)
[![CircleCI](https://img.shields.io/circleci/project/github/industrialdev/eventbrite-integration.svg?style=flat-square)](https://circleci.com/gh/industrialdev/eventbrite-integration)

Library for integration of the EventBrite API v3 with multiple applications,
fine tuned for Event Registration.

## Structure

If any of the following are applicable to your project, then the directory structure should follow industry best practices by being named the following.

```
src/
tests/
vendor/
```

## Install

Via Composer

``` bash
$ composer require industrialdev/eventbrite-integration
```

## Usage

An example of usage can be found on the [index.php](index.php) file in this repository.

## Testing

``` bash
$ composer test
```

## Security

If you discover any security related issues, please email devteam@industrialagency.ca instead of using the issue tracker.

## License

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

[ico-license]: https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square
[link-author]: https://github.com/industrialdev