PHPackages                             codelieutenant/scylla-driver - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Database &amp; ORM](/categories/database)
4. /
5. codelieutenant/scylla-driver

ActivePhp-ext[Database &amp; ORM](/categories/database)

codelieutenant/scylla-driver
============================

ScyllaDB/Cassandra PHP driver

v1.3.17(2mo ago)123518↑2154.5%27[11 issues](https://github.com/he4rt/scylladb-php-driver/issues)[1 PRs](https://github.com/he4rt/scylladb-php-driver/pulls)Apache-2.0CPHP ^8.2|^8.3|^8.4|^8.5CI passing

Since Apr 2Pushed 1mo ago5 watchersCompare

[ Source](https://github.com/he4rt/scylladb-php-driver)[ Packagist](https://packagist.org/packages/codelieutenant/scylla-driver)[ GitHub Sponsors](https://github.com/CodeLieutenant)[ GitHub Sponsors](https://github.com/DanielHe4rt)[ RSS](/packages/codelieutenant-scylla-driver/feed)WikiDiscussions v1.3.x Synced 3w ago

READMEChangelog (3)Dependencies (3)Versions (36)Used By (0)

ScyllaDB PHP Driver
===================

[](#scylladb-php-driver)

**A modern PHP extension for ScyllaDB and Apache Cassandra**

[![Tests](https://github.com/he4rt/scylladb-php-driver/actions/workflows/tests.yml/badge.svg?branch=v1.3.x)](https://github.com/he4rt/scylladb-php-driver/actions/workflows/tests.yml)[![Build Docker Image](https://github.com/he4rt/scylladb-php-driver/actions/workflows/docker-image.yml/badge.svg)](https://github.com/he4rt/scylladb-php-driver/actions/workflows/docker-image.yml)[![Packagist Version](https://camo.githubusercontent.com/7a6e129d7c16aa7de56b25400b823d73662a6e6a5e073385e71947c29aaba2ad/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656c69657574656e616e742f7363796c6c612d647269766572)](https://packagist.org/packages/codelieutenant/scylla-driver)[![License](https://camo.githubusercontent.com/b29de0acdfd19013f1f02689b15c933e4a6c145be9efa718288f88ba3280b1c5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d417061636865253230322e302d626c75652e737667)](LICENSE)[![PHP](https://camo.githubusercontent.com/a836e3f882fd6c038db03cbc44105d283087daa6e44bf49c36ec19123583a264/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d382e32253230253743253230382e33253230253743253230382e34253230253743253230382e352d383839324246)](https://www.php.net)[![ScyllaDB](https://camo.githubusercontent.com/b8825a18fb293665a801a71e16ae64da6a452cfc37020ca8b8f389d15322a654/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5363796c6c6144422d446576656c6f706572732d344333383843)](https://discord.gg/B6rutCXvgp)

A high-performance PHP extension for [ScyllaDB](https://www.scylladb.com) and [Apache Cassandra](https://cassandra.apache.org) 3.0+, built on top of the [ScyllaDB C/C++ Driver](https://github.com/scylladb/cpp-driver). Communicates exclusively over the native CQL binary protocol.

The extension is actively being **migrated from C++ to C23** for improved performance, safety, and maintainability.

---

Compatibility
-------------

[](#compatibility)

ComponentSupported versions**PHP**8.2, 8.3, 8.4, 8.5**ScyllaDB**4.4.x, 5.x, 6.x**Apache Cassandra**3.0+ (via DataStax libcassandra)**Architecture**x86-64 (64-bit only)**Thread safety**NTS and ZTS**Compilers**GCC 13+, Clang 16+**OS**Linux, macOS---

Quick Start
-----------

[](#quick-start)

```
