Download the PHP package dcblogdev/laravel-eventbrite without Composer
On this page you can find all versions of the php package dcblogdev/laravel-eventbrite. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download dcblogdev/laravel-eventbrite
More information about dcblogdev/laravel-eventbrite
Files in dcblogdev/laravel-eventbrite
Package laravel-eventbrite
Short Description A Laravel Eventbrite package
License MIT
Homepage https://github.com/dcblogdev/laravel-eventbrite
Informations about the package laravel-eventbrite
Community
There is a Discord community. https://discord.gg/VYau8hgwrm For quick help, ask questions in the appropriate channel.
A Laravel package for working with Eventbrite. In order to use this package you must have a Eventbrite application created at https://www.eventbrite.com/platform/
Eventbrite API documentation can be found at: https://www.eventbrite.com/platform/docs/introduction
Application Register
To use Eventbrite API an application needs creating at https://www.eventbrite.co.uk/account-settings/apps
Click the Create API Key button then fill in the form
Install
Via Composer
Config
You can publish the config file with:
When published, the config/box.php config file contains:
.ENV Configuration You should add the env variables to your .env file, this allows you to use a different application on different servers.
Usage
Import Namespace
A routes example:
Calls can be made by referencing Eventbrite:: then the verb get,post,put,patch or delete followed by the end point to call. An array can be passed as a second option.
The end points are relative paths after https://www.eventbriteapi.com/v3/
Example GET request
The formula is:
Change log
Please see the changelog for more information on what has changed recently.
Contributing
Contributions are welcome and will be fully credited.
Contributions are accepted via Pull Requests on Github.
Pull Requests
-
Document any change in behaviour - Make sure the
readme.md
and any other relevant documentation are kept up-to-date. -
Consider our release cycle - We try to follow SemVer v2.0.0. Randomly breaking public APIs is not an option.
- One pull request per feature - If you want to do more than one thing, send multiple pull requests.
Security
If you discover any security related issues, please email [email protected] email instead of using the issue tracker.
License
license. Please see the license file for more information.