LinuxDoku / PHP-ObjectPersistence

Save your plain PHP objects in a backend of your choice to be fully database independent

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

PHP-ObjectPersistence

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!

Build Status Packagist

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

About

Save your plain PHP objects in a backend of your choice to be fully database independent


Languages

Language:PHP 100.0%