PHPackages                             chh/einhorn - 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. [DevOps &amp; Deployment](/categories/devops)
4. /
5. chh/einhorn

ActiveLibrary[DevOps &amp; Deployment](/categories/devops)

chh/einhorn
===========

Library for communicating with an Einhorn parent process.

v0.4.0(13y ago)5191PHPPHP &gt;=5.3.6

Since Dec 17Pushed 13y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (2)Used By (0)

[Einhorn](https://github.com/stripe/einhorn) Client Library for PHP
===================================================================

[](#einhorn-client-library-for-php)

*A simple utility belt for using PHP with [Einhorn](https://github.com/stripe/einhorn).*

Install
-------

[](#install)

Put this into your `composer.json`:

```
{
    "require": {
        "chh/einhorn": "*@dev"
    }
}

```

Install it:

```
% php composer.phar install

```

Then setup the autoloader:

```
