Skip to content

Commit

Permalink
updated README with composer and phar instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelog committed Aug 30, 2012
1 parent 3ab397d commit 0e00310
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit 0e00310

Please sign in to comment.