linuxdoku / php-objectpersistence
dev-master
2013-12-05 21:40 UTC
Requires (Dev)
- phpdocumentor/phpdocumentor: 2.0.1
- phpunit/phpunit: 3.7.*
This package is not auto-updated.
Last update: 2025-06-17 06:06:34 UTC
README
A PHP persistence library to store objects on replaceable backends like memory, redis or mongodb.
It is mainly developed for the Residata Business Platform but usable in every project via composer.
THIS LIBRARY IS UNDER ACTIVE DEVELOPMENT, IT'S HIGHLY UNSTABLE!
Install with composer
Hack in your terminal:
composer.phar install linuxdoku/php-objectpersistence
Run tests
Run on your terminal:
./vendor/bin/phpunit -c phpunit.xml