2017 © Pedro Peláez
 

library identity-map

identity-map php library

image

g4/identity-map

identity-map php library

  • Friday, November 3, 2017
  • by g4code
  • Repository
  • 5 Watchers
  • 0 Stars
  • 4,884 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 7 Versions
  • 16 % Grown

The README.md

identity-map

identity-map - In-memory data store - php library, (*1)

Build Status, (*2)

Install

composer require g4/identity-map

Usage

use G4\IdentityMap\IdentityMap;

$identityMap = new IdentityMap();

$key = 'some_unique_key';
$data = 'some_data';

// add data 
$identityMap->set($key, $data);

// retrieve data
$data = $identityMap->get($key);

// check if data is stored
$identityMap->has($key);

// remove data
$identityMap->delete($key);

// clear all
$identityMap->clear();

Development

Install dependencies

composer install

Run tests

composer unit-test

License

(The MIT License) see LICENSE file for details..., (*3)

The Versions

03/11 2017

dev-master

9999999-dev

identity-map php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic
by Zeljko Simic

storage identity memory map in-memory

10/11 2016

dev-develop

dev-develop

identity-map php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic
by Zeljko Simic

storage identity memory map in-memory

10/11 2016

1.2.1

1.2.1.0

identity-map php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic
by Zeljko Simic

storage identity memory map in-memory

12/08 2016

1.2.0

1.2.0.0

identity-map php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic
by Zeljko Simic

storage identity memory map in-memory

05/08 2016

1.1.1

1.1.1.0

identity-map php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic
by Zeljko Simic

storage identity memory map in-memory

05/08 2016

1.1.0

1.1.0.0

identity-map php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic
by Zeljko Simic

storage identity memory map in-memory

03/08 2016

1.0.0

1.0.0.0

identity-map php library

  Sources   Download

MIT

The Requires

 

The Development Requires

by Drasko Gomboc
by Dejan Samardzija
by Ivan Krickovic
by Zeljko Simic

storage identity memory map in-memory