dada-amater / cassandra-php-stubs
The Cassandra php driver library IDE stubs which enables autocompletion in modern IDEs.
Package info
github.com/dada-amater/cassandra-php-stubs
pkg:composer/dada-amater/cassandra-php-stubs
Requires
- php: >=5.6.0
Requires (Dev)
None
Suggests
None
Provides
None
Conflicts
None
Replaces
None
README
This repository provide the cassandra php driver stubs which enables autocompletion in modern IDEs. The library comes from https://github.com/datastax/php-driver. We try to fix some issues, as wrong namespace
We hope Datastax will maintain their own stubs in a near future.
For now, you can use this one... Enjoy \o/
Installing via Composer
-
Install Composer in a common location or in your project:
curl -s http://getcomposer.org/installer | php -
Create the
composer.jsonfile as follows:{ "require-dev": { "moarty/cassandra-php-stubs": "*" } } -
Run the composer installer:
php composer.phar install
-
Setup your IDE.
Installing via Git
-
Clone the Cassandra IDE Stubs repository in a common location.
-
Setup your IDE.