The Basics: Package Metadata
{
"name": "predis/predis",
"type": "library",
"description": "Flexible and feature-complete PHP client library for Redis",
"keywords": ["nosql", "redis", "predis"],
"homepage": "http://github.com/nrk/predis",
"license": "MIT",
"version": "0.7.1"
"authors": [
{
"name": "Daniele Alessandri",
"email": "
[email protected]",
"homepage": "http://clorophilla.net"
}
],
"require": {
"php": ">=5.3.0"
},
"autoload": {
"psr-0": {"Predis": "lib/"}
}
}
Nils Adermann github.com/composer
Twitter @naderman packagist.org & getcomposer.org