shen2/rados

an OOP php class for RADOS

v0.1.0 2014-09-24 13:52 UTC

This package is auto-updated.

Last update: 2024-04-23 18:48:01 UTC


README

an OOP php class for RADOS

Dependency

Initialize

$radosCluster = new Rados\Cluster();
$radosCluster->readConfig('/path/to/your/ceph/config');

$radosCluster->ceatreIO('pool_name');