Depot is a PHP implementation of the Tent protocol.
Depot is not currently available via Packagist but it is managed by Composer to install dependencies.
To start working with the development version of Depot clone
this repository (or fork and clone) and run Composer install
with the --dev flag.
composer install --dev
To run the test suite, execute the PHPUnit that was installed by Composer:
vendor/bin/phpunit
As of this writing there are no tests. Want to help out by writing some?
MIT, see LICENSE.
If you have questions or want to help out, join us in the #depot or #tent channels on irc.freenode.net.