PHP Client Key Value Store - aerospike-community/aerospike-client-php GitHub Wiki

PHP Client Key-Value Store

Use the Aerospike PHP client key-value store (KVS) capabilities to manage records.

The Aerospike PHP client record structure.

Use the PHP client put methods to write record data in the Aerospike database.

Use the PHP client read methods to get data from the Aerospike database.

Use PHP client methods to delete record and bin data from the Aerospike database.