Visit booth 3171 at Google Cloud Next to see how to unlock real-time decisions at scaleMore info

Aerospike Downloads

Get the latest and archived Aerospike software downloads here.

Aerospike PHP Client Library

GitHub logo

Aerospike PHP Client Library is a database client library for building PHP applications that store and retrieve data from an Aerospike cluster.

The PHP client comprises of two essential components. PHP client written in Rust and a connection manager written in Go. The connection manager daemon efficiently handles all requests and responses between the PHP processes and the Aerospike server.

The Aerospike PHP Client can be installed from source: https://github.com/aerospike/php-client.