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.
Installs: 4 102
Dependents: 0
Suggesters: 0
Security: 0
Stars: 2
Watchers: 2
Forks: 0
Open Issues: 6
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->