{"id":95054,"library":"datastax-php-driver","title":"DataStax PHP Driver for Apache Cassandra","description":"PHP driver for interacting with Apache Cassandra databases.","status":"active","version":"1.3.2","language":"php","source_language":null,"source_url":"https://github.com/datastax/php-driver","tags":["cassandra","database","datastax","nosql"],"install":[{"cmd":"composer require datastax/php-driver","lang":"bash","label":"composer require"}],"dependencies":[],"imports":[{"symbol":"Cluster","correct":"use Cassandra\\Cluster;"}],"quickstart":{"code":"use Cassandra\\Cluster;\n\n$cluster = Cluster::build()->withContactPoints('127.0.0.1')->build();\n$session = $cluster->connect('my_keyspace');\n$result = $session->execute(new Cassandra\\SimpleStatement('SELECT * FROM users'));","lang":"php","description":"Connects to a Cassandra cluster and executes a query."},"warnings":[{"fix":"Install the extension via PECL or build from source.","message":"Requires the DataStax PHP extension (cassandra.so) installed.","severity":"breaking","affected_versions":"*"}],"env_vars":null,"search_vec":"'apach':5,12 'cassandra':6,13,15 'databas':14,16 'datastax':1,17 'driver':3,8 'interact':10 'nosql':18 'php':2,7","created_at":"2026-06-19T10:18:22.674233+00:00","updated_at":"2026-06-19T10:18:22.674233+00:00","problems":[],"ecosystem":"packagist","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"http://datastax.github.io/php-driver/","github":"https://github.com/datastax/php-driver","docs":null,"changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["database"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-19","next_check":"2026-12-16","install_tag":null}}