2017 © Pedro Peláez
 

library freezer

A cool object storage library

image

shinjin/freezer

A cool object storage library

  • Saturday, April 21, 2018
  • by shinjin
  • Repository
  • 1 Watchers
  • 0 Stars
  • 295 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

Freezer

![Build Status][ico-travis] Coverage Status, (*1)

A cool object storage library., (*2)

Use freezer if you need: * an easy way to store and fetch objects and object graphs * a schemaless datastore with drivers for PDO, DoctrineCache, and CouchDB, (*3)

Install

Via Composer, (*4)

``` bash $ composer require shinjin/freezer, (*5)


## Usage ``` php use Freezer\Storage\Pdo; $storage = new Pdo(array('driver' => 'sqlite')); $caveman = new class { public $name = 'Brendan'; public $nationality = 'Canadian'; }; $id = $storage->store($caveman); // wait 2 million years $caveman = $storage->fetch($id); print_r($caveman); // class@anonymous Object // ( // [name] => Brendan // [nationality] => Canadian // )

See Usage and Old README for the original writeup., (*6)

Change log

See CHANGELOG., (*7)

Testing

bash $ composer test, (*8)

Contributing

Bugfixes are welcome. Please submit pull requests to Github., (*9)

Authors

License

The MIT License (MIT). Please see License File for more information., (*10)

Acknowledgements

Freezer is based on php-object-freezer by Sebastian Bergmann. Most of freezer's core and test code is his. Sebastian Bergmann is not affiliated with this project in any way, shape, or form., (*11)

The Versions

21/04 2018

dev-master

9999999-dev http://github.com/shinjin/freezer

A cool object storage library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rick Shin

object storage object store freezer

06/04 2018

0.6

0.6.0.0 http://github.com/shinjin/freezer

A cool object storage library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rick Shin

object storage object store freezer

23/03 2018

0.5

0.5.0.0 http://github.com/shinjin/freezer

A cool object storage library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rick Shin

object storage object store freezer

01/03 2018

0.4

0.4.0.0 http://github.com/shinjin/freezer

A cool object storage library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rick Shin

object storage object store freezer

27/02 2018

0.3

0.3.0.0 http://github.com/shinjin/freezer

A cool object storage library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rick Shin

object storage object store freezer

20/02 2018

0.2

0.2.0.0 http://github.com/shinjin/freezer

A cool object storage library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rick Shin

object storage object store freezer

16/02 2018

0.1

0.1.0.0 http://github.com/shinjin/freezer

A cool object storage library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Rick Shin

object storage freezer