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

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

sroze/discoverd-client
======================

A PHP client for Flynn's Discoverd.

0.1.0(11y ago)449MITPHPPHP &gt;=5.3.3

Since Nov 20Pushed 11y ago1 watchersCompare

[ Source](https://github.com/sroze/discoverd-client)[ Packagist](https://packagist.org/packages/sroze/discoverd-client)[ RSS](/packages/sroze-discoverd-client/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Discoverd PHP client
====================

[](#discoverd-php-client)

This PHP library is a PHP client for [Flynn Discoverd API](https://github.com/flynn/flynn/blob/master/discoverd/docs/API.md) which is based on a custom RPC server that supports JSON.

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

[](#installation)

Require the package `sroze/discoverd-client` in your `composer.json` file and update dependencies:

```
{
    "require": {
        "sroze/discoverd-client": "~0.1.0"
    }
}
```

Usage
-----

[](#usage)

*Note*: The client is able to automatically detect the Discoverd address based on the environment if your application is running on Flynn.

```
