Simple and extensible Eventful API PHP Client with Laravel Support based on Guzzle 6
sandeepchowdary7/laraeventful is a Laravel package for simple and extensible eventful api php client with laravel support based on guzzle 6.
It currently has 1 GitHub stars and 5 downloads on Packagist (latest version V1.1.0).
Install it with composer require sandeepchowdary7/laraeventful.
Discover more Laravel packages by sandeepchowdary7
or browse all Laravel packages to compare alternatives.
Last updated
Simple and extensible Eventful API PHP Client with Laravel Facade and ServiceProvider based on Guzzle 6 Currently it supports only userless endpoint requests.
composer require sandeepchowdary7/laraeventful
php artisan vendor:publish --provider="Sandeepchowdary7\Laraeventful\LaraeventfulServiceProvider"
EVENTFUL_APP_KEY=your app key here
config/app.php fileSandeepchowdary7\Laraeventful\LaraeventfulServiceProvider::class,
config/app.php file'Eventful' => Sandeepchowdary7\Laraeventful\Facade\LaraeventfulFacade::class,
$event = new Eventful();
$event = new Eventful();
$event->getCityEvents($cityName);
For more information about the REST API go to this link: http://api.eventful.com/
The MIT License (MIT). Please see License File for more information.