PHPackages                             dmandrade/iweventos-api-client - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. dmandrade/iweventos-api-client

ActiveLibrary[HTTP &amp; Networking](/categories/http)

dmandrade/iweventos-api-client
==============================

IWEventos api client

1.0.0(9y ago)048MITPHP

Since May 4Pushed 9y ago1 watchersCompare

[ Source](https://github.com/dmandrade/iweventos-api-client)[ Packagist](https://packagist.org/packages/dmandrade/iweventos-api-client)[ RSS](/packages/dmandrade-iweventos-api-client/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

IWEventos Api Client
====================

[](#iweventos-api-client)

PHP Library based on Guzzle to consume IWEventos API.

The biggest advantage in using Guzzle is that you can easely attach [Guzzle plugins](http://guzzle.readthedocs.org/en/latest/plugins/plugins-overview.html) to your client. [Here](#attach-guzzle-plugin), for example,you can see how to attach the log plugin and write all your requests to a file.

For more information about api methods, see [Official documentation for IWEventos API](http://docs.iweventos.apiary.io)

To use this api you must have an access token and the server ip authenticated next to IWEventos

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

[](#installation)

The recommended way to install this library is through Composer. For information about Composer and how to install in [look here](http://getcomposer.org/doc/00-intro.md).

From the command line run

```
composer require dmandrade/iweventos-api-client
```

Usage
-----

[](#usage)

```
