Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 652 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 652 Bytes

pairtree

This project is a php client implementation of PairTree. It is based heavily on cbeer's ruby client. Most of the methods will be of the same name, though it is contained in a single class.

About PairTree

Pairtree is a filesystem hierarchy for holding objects that are located by mapping identifier strings to object directory (or folder) paths two characters at a time. Pairtrees have the advantage that many object operations, including backup and restore, can be performed with native operating system tools.

TODO

  • most everything