Skip to content

Download

Till Krüss edited this page Feb 25, 2023 · 13 revisions

Packagist

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

GitHub

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.git

The main branch is dedicated to the development of what will be the next major version of Predis (currently v3.0) while stable versions are maintained on their own release branches (e.g. v1.1 and v2.x).

Clone this wiki locally