PHPackages                             devilcius/eventful-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [API Development](/categories/api)
4. /
5. devilcius/eventful-api

ActiveLibrary[API Development](/categories/api)

devilcius/eventful-api
======================

PHP API client for EventFul webservices

v0.4(9y ago)14101MITPHPPHP &gt;=5.3.3

Since Sep 5Pushed 9y ago1 watchersCompare

[ Source](https://github.com/devilcius/PhpEventFulApiClient)[ Packagist](https://packagist.org/packages/devilcius/eventful-api)[ Docs](https://github.com/devilcius/PhpEventFulApiClient)[ RSS](/packages/devilcius-eventful-api/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (4)Dependencies (2)Versions (5)Used By (0)

[![CircleCI](https://camo.githubusercontent.com/71081ae998db9f87a9795b4a90e19f06f7acb184a1fc85cd01a945f8cc3c8d20/68747470733a2f2f636972636c6563692e636f6d2f67682f646576696c636975732f5068704576656e7446756c417069436c69656e742e7376673f7374796c653d737667)](https://circleci.com/gh/devilcius/PhpEventFulApiClient)Php EventFul Api Client
==========================================================================================================================================================================================================================================================================================================================================

[](#php-eventful-api-client)

A PHP client library for the [EventFul API](https://api.eventful.com/docs)

Installation
------------

[](#installation)

```
composer require devilcius/eventful-api
```

Quick Start
-----------

[](#quick-start)

The main entry point of the library is the `EventFul\EventFulApiClient` class. Once you have an EventFulApiClient instance, you can easily access all the API services and call their methods. Any use of the Eventful API requires a valid, current application key. You can obtain one [here](https://api.eventful.com/keys)

Let's try to find an event using the `search` method of the `Event` service:

```
