Skip to content

shen2/Rados

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Rados

an OOP php class for RADOS

Dependency

Initialize

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

$radosCluster->ceatreIO('pool_name');