Aerospike Downloads

Get the latest and archived Aerospike software downloads here.

Aerospike PHP Client Library

Supported Versions

Download
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.