php-riak / php-riak-stubs
Stub classes for php_riak extension, very useful for IDE autocompletion.
Installs: 3 241
Dependents: 1
Suggesters: 0
Security: 0
Stars: 2
Watchers: 5
Forks: 2
Open Issues: 0
Requires
- php: >=5.3.1
This package is not auto-updated.
Last update: 2024-11-05 05:24:10 UTC
README
#PHP Stubs for php_riak. Can be used as API documentation or to add autocomplete to phpstorm and other editors.
#Composer
The stubs can now be installed using composer.
Add the following to your composer.json require section:
"bach-pedersen/php-riak-stubs": "dev-master"
#Note master tries to follow php_riak master, so if you install php_riak with pecl you should select the git tag that matches your php_riak version, this is pretty important as the api is changing rather a lot at the momemt.
#Status Should be all good