dev-master
9999999-dev https://github.com/iansltx/joind-in-clientA Guzzle-powered API client for joind.in
MIT
The Requires
- php >=7.1
- guzzlehttp/guzzle ^6.3
by Ian Littman
meetup conference joind.in
Wallogit.com
2017 © Pedro Peláez
A Guzzle-powered API client for joind.in
This is a Guzzle-based API client for joind.in. Note that this readme is valid PHP code, so you can run it to see the library in action (hence the ?> tags)., (*1)
To start, composer require iansltx/joind-in-client. Then:, (*2)
getScheduleByEventId(6476); // pull the php[world] schedule ?>
A Schedule is an event collection that implements Countable and read-only ArrayAccess, plus a few convenience methods, containing Event objects. Events implement __toString() and jsonSerialize(). Both return a string suitable for display, so if you want more data in your JSON blob you'll want to pull data out of each Event manually., (*3)
filterOutBefore(new \DateTimeImmutable('2017-11-14 09:55:55'))[5] . ".\n");
?>
A Guzzle-powered API client for joind.in
MIT
meetup conference joind.in