moarty / cassandra-php-stubs
The Cassandra php driver library IDE stubs which enables autocompletion in modern IDEs.
Installs: 27 748
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 2
Open Issues: 0
Requires
- php: >=5.6.0
This package is not auto-updated.
Last update: 2025-08-03 10:13:25 UTC
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.json
file 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.