Skip to content

Commit

Permalink
docs: replacing the php driver
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhe4rt authored Feb 5, 2024
1 parent 8eaaf5e commit b28c67c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/build-with-php.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Here you will find a list of possible drivers to integrate with.
| PHP Version | Driver |
|--------------|-------------------------------------------------------------------------------------|
| PHP 7.1 | [DataStax PHP Driver](https://github.com/datastax/php-driver) |
| PHP 8.2 [x] | [ScyllaDB PHP Driver (community)](https://github.com/qkdreyer/cassandra-php-driver) |
| PHP 8.2 [x] | [ScyllaDB PHP Driver (community)](https://github.com/he4rt/scylladb-php-driver) |

You will need to build the driver following the instructions of each repository. We strongly recommend that you go for
PHP 8.x since this project still being maintained and developed by community itself.
Expand Down Expand Up @@ -407,4 +407,4 @@ $ docker inspect -f '{{range .NetworkSettings.Networks}}{{.IPAddress}}{{end}}' c
* [ScyllaDB PHP driver for PHP 8.2.x on Github (maintained by community)](https://github.com/he4rt/scylladb-php-driver)
* [Driver for PHP 7.1 (third-party, not actively maintained](https://github.com/datastax/php-driver)
* [Driver for PHP 7.1 (third-party, not actively maintained](https://github.com/datastax/php-driver)

0 comments on commit b28c67c

Please sign in to comment.