PHPackages                             iguan-req/iguan-client-php - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. iguan-req/iguan-client-php

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

iguan-req/iguan-client-php
==========================

Client side of IguanREQ for PHP

0.9.0(7y ago)023MITPHPPHP &gt;=5.6

Since May 29Pushed 7y ago1 watchersCompare

[ Source](https://github.com/IguanREQ/Iguan-client-php)[ Packagist](https://packagist.org/packages/iguan-req/iguan-client-php)[ RSS](/packages/iguan-req-iguan-client-php/feed)WikiDiscussions master Synced 2mo ago

READMEChangelog (1)Dependencies (3)Versions (2)Used By (0)

Iguan-client-php
================

[](#iguan-client-php)

*Iguan docs [here](https://iguanreq.gitbook.io/project/).*

High-performance events library for PHP with Web and CLI Hooks with [Iguan-server](https://github.com/IguanREQ/Iguan-server).

### Installing

[](#installing)

`composer require iguan-req/iguan-client-php`

### Basic usage

[](#basic-usage)

Create Iguan config file (*src/config.yml*):

```
common:
  tag: 'First Event App'
  remote:
    client:
      socket:
        host:
        port: 8081
```

Create event handler/emitter (*src/event.php*)

```
