shen2 / rados
an OOP php class for RADOS
v0.1.0
2014-09-24 13:52 UTC
Requires
- php: >=5.4.0
This package is auto-updated.
Last update: 2024-12-23 20:13:20 UTC
README
an OOP php class for RADOS
Dependency
- PHP 5.4+
- Rados Extension ceph/phprados
Initialize
$radosCluster = new Rados\Cluster(); $radosCluster->readConfig('/path/to/your/ceph/config'); $radosCluster->ceatreIO('pool_name');