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
- Host: GitHub
- URL: https://github.com/industrialdev/eventbrite-integration
- Owner: industrialdev
- License: mit
- Created: 2017-06-05T14:10:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-07-21T18:31:02.000Z (almost 9 years ago)
- Last Synced: 2025-04-30T03:46:20.335Z (about 1 year ago)
- Topics: api, drupal, eventbrite, oauth, php
- Language: PHP
- Homepage: https://industrialagency.ca
- Size: 33.2 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Eventbrite Integration
[![Software License][ico-license]](LICENSE.md)
[](https://packagist.org/packages/industrialdev/eventbrite-integration)
[](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