alexey-kupershtokh / predis-phpdoc
IDE autocompletion for Predis
This package's canonical repository appears to be gone and the package has been frozen as a result. Email us for help if needed.
Package info
github.com/AlexeyKupershtokh/predis-phpdoc
pkg:composer/alexey-kupershtokh/predis-phpdoc
v0.0.4
2013-11-28 00:04 UTC
Requires
Requires (Dev)
- ukko/phpredis-phpdoc: 2.2.*@dev
This package is not auto-updated.
Last update: 2023-05-22 20:00:42 UTC
README
IDE Autocompletion for Predis.
Packagist: alexey-kupershtokh/predis-phpdoc.
This package was inspired by ukko/phpredis-phpdoc which was also used as initial source of documentation. Though it was heavily lowercased, fixed and extended in order to comply with Predis.
Installation
php composer.phar require alexey-kupershtokh/predis-phpdoc '*'
For configuring IDEs check this page: https://github.com/ukko/phpredis-phpdoc
Usage
/** @var \PredisPhpdoc\Client $client */ $client = new \Predis\Client(); $client->