Getting Started - aerospike-community/aerospike-client-php GitHub Wiki

Getting Started

Install PHP Client

Install the Aerospike PHP client package, which includes the extension, documentation, examples, and other resources.

Install PHP Client


Install Aerospike Server

Install the Aerospike server.

Install Aerospike Server


Read the Quick Guide

Read the quick guide to using the client.

PHP Quick Guide


Run Example PHP Scripts

Try the Aerospike PHP client examples in the examples directory. To show both the code and its result, run the scripts in annotated mode.

Run Example PHP Scripts


PHP API Reference

The Aerospike PHP API reference documentation is available on GitHub.

PHP API Reference