alexey-kupershtokh/predis-phpdoc

IDE autocompletion for Predis

v0.0.4 2013-11-28 00:04 UTC

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