wiki:Download

Getting phpRack

Current stable release

Download it from there:

phpRack-0.1.tgz

We encourage you to use the automated integration with our SVN repository, as explained below.

Subversion (SVN) checkout of phpRack sources

To embed phpRack into your project (we assume your source code is maintained with Subversion), you should add a dynamic link to our repository, by means of svn:externals property. Follow this procedure:

$ cd your-project-path-trunk
$ svn propedit svn:externals php/src/library --editor-cmd=vi

In the file opened for edit add this line:

phpRack svn://svn.fazend.com/phpRack/trunk/phpRack

Save the file and commit changes to the repository:

$ svn ci -m "svn:externals property set for phpRack"

Now, when you update your repository, phpRack latest version will be automatically updated.

Attachments

Download all attachments as: .zip