dada-amater/cassandra-php-stubs

The Cassandra php driver library IDE stubs which enables autocompletion in modern IDEs.

v1.3.1.10 2022-01-05 11:10 UTC

This package is auto-updated.

Last update: 2024-05-07 15:53:50 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

  1. Install Composer in a common location or in your project:

    curl -s http://getcomposer.org/installer | php
  2. Create the composer.json file as follows:

    {
        "require-dev": {
            "moarty/cassandra-php-stubs": "*"
        }
    }
  3. Run the composer installer:

    php composer.phar install
  4. Setup your IDE.

Installing via Git

  1. Clone the Cassandra IDE Stubs repository in a common location.

  2. Setup your IDE.