fusio/adapter-cassandra

Provides a connection to work with a cassandra database

Installs: 38

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 1

Open Issues: 0

pkg:composer/fusio/adapter-cassandra

v0.5.1 2019-08-15 17:21 UTC

This package is auto-updated.

Last update: 2025-10-12 21:50:59 UTC


README

Fusio adapter which provides a connection to work with a cassandra database. The adapter uses the datastax/php-driver package thus it requires the cassandra PHP extension. You can install the adapter with the following steps inside your Fusio project:

composer require fusio/adapter-cassandra
php bin/fusio system:register Fusio\Adapter\Cassandra\Adapter

NOTICE: Currently the cassandra extension supports only older PHP versions, so it is not possible to use this extension until there is a newer version.