-
-
Notifications
You must be signed in to change notification settings - Fork 993
Download
Till Krüss edited this page Feb 25, 2023
·
13 revisions
Predis is available on Packagist, the main repository of Composer. You can find more details about Composer and why it matters on this blog post.
composer require predis/predis
On GitHub you can find each release of Predis as ZIP and TAR.GZ archives downloadable from this page.
If you are interested in the development of the library or you depend on Git for deployment, then you can clone the full repository simply by typing:
$ git clone git@github.com:predis/predis.gitThe master branch is dedicated to the development of what will be the next major version of Predis (currently v0.8) while stable versions are maintained on their own release branches (e.g. v0.6 and v0.7). Predis also had a backported version to PHP 5.2 until v0.6.6 which is available in the php5.2_backport branch.