diff --git a/README b/README index 53102bb..b21e915 100644 --- a/README +++ b/README @@ -36,6 +36,20 @@ stdin => Optional. If set, should contain an already open stream from where the be used by the client. stdout => Optional. Same as stdin but for the output of the client. ------------------------------------------------------------------------------- +Available via Composer +---------------------- +Just add the package "marcelog/pagi": +{ + "require": { + "marcelog/pagi": "dev-master" + } +} + +Note that since log4php is a dependency and does not have a composer +installation available, you will need to add it to your own composer.json file. + +Packagist URL: http://packagist.org/packages/marcelog/pagi +------------------------------------------------------------------------------- Available via PEAR ------------------ You can now easily install PAGI by issuing: @@ -48,6 +62,11 @@ or just replace 1.10.5 by the release version you'd like to install :) See: http://pear.marcelog.name/ ------------------------------------------------------------------------------- +Available as PHAR +----------------- +Just go to the Jenkins server at http://ci.marcelog.name and grab the latest +phar distribution from the PAGI job. +------------------------------------------------------------------------------- Testing IVR applications ======================== A mocked pagi client is included to easily test your ivr applications. See