fusio / adapter-cassandra
Provides a connection to work with a cassandra database
Fund package maintenance!
chriskapp
Patreon
www.paypal.me/fusioapi
Requires
- php: >=7.0
- datastax/php-driver: ^1.2
- fusio/engine: ^3.0
Requires (Dev)
- phpunit/phpunit: ^6.0
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.