Skip to content

jonbrobinson/eventgator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Event Gator, Api Event Aggregator

Event Gator is a PHP Api Event Aggregator client that makes it easy to construct a standard event set from your third party event services.

$config = [
    "api_1" => [...API_1_CREDS...],
    "api_2" => [...API_2_CREDS...],
    "..."
]
$gator = new \EventGator\EventGatorClient($config);
$events = $gator->getEvents();

Help and docs

Installing Event Gator

The recommended way to install Guzzle is through Composer.

# Install Composer
curl -sS https://getcomposer.org/installer | php

Next, run the Composer command to install the latest stable version of Guzzle:

php composer.phar require jonbrobinson/eventgator

After installing, you need to require Composer's autoloader:

require 'vendor/autoload.php';

You can then later update EventGator using composer:

composer.phar update

About

Event Gator is a PHP Api Event Aggregator client that makes it easy to construct a standard event set from your third party event services.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages