2017 © Pedro Peláez
 

library shmop

Shmop is a simple and small abstraction layer for shared memory manipulation using PHP

image

anime-db/shmop

Shmop is a simple and small abstraction layer for shared memory manipulation using PHP

  • PHP
  • 2 Dependents
  • 1 Suggesters
  • 1 Forks
  • 0 Open issues
  • 8 Versions
  • 0 % Grown

The README.md

Latest Stable Version Latest Unstable Version Total Downloads Build Status Code Coverage Scrutinizer Code Quality SensioLabsInsight StyleCI Dependency Status License, (*1)

Shmop

Shmop is a simple and small abstraction layer for shared memory manipulation using PHP, (*2)

Installation

Pretty simple with Composer, run:, (*3)

composer require anime-db/shmop

Usage

Creating new block, (*4)

use AnimeDb\Shmop\FixedBlock;

$sh = new FixedBlock(0xFF /* id for memory block */, 3 /* memory block size */);
$sh->write('foo');
echo $sh->read(); // print 'foo'
$sh->delete();

Reading an existing block, (*5)

use AnimeDb\Shmop\FixedBlock;

$sh = new FixedBlock(0xFF, 3);
// print contents of memory block. if block is not exists prints a blank line
echo $sh->read();

License

This bundle is under the MIT license. See the complete license in the file: LICENSE, (*6)

The Versions

15/05 2017

dev-master

9999999-dev http://github.com/anime-db/shmop

Shmop is a simple and small abstraction layer for shared memory manipulation using PHP

  Sources   Download

MIT

The Requires

  • php >=5.0
  • ext-shmop *

 

The Development Requires

php shmop

15/05 2017

v1.0.7

1.0.7.0 http://github.com/anime-db/shmop

Shmop is a simple and small abstraction layer for shared memory manipulation using PHP

  Sources   Download

MIT

The Requires

  • php >=5.0
  • ext-shmop *

 

The Development Requires

php shmop

03/06 2016

v1.0.6

1.0.6.0 http://github.com/anime-db/shmop

Shmop is a simple and small abstraction layer for shared memory manipulation using PHP

  Sources   Download

MIT

The Requires

  • php >=5.0
  • ext-shmop *

 

php shmop

29/03 2016

v1.0.5

1.0.5.0 http://github.com/anime-db/shmop

Shmop is a simple and small abstraction layer for shared memory manipulation using PHP

  Sources   Download

MIT

The Requires

  • php >=5.0
  • ext-shmop *

 

php shmop

16/01 2015

v1.0.4

1.0.4.0 http://github.com/anime-db/shmop

Shmop is a simple and small abstraction layer for shared memory manipulation using PHP

  Sources   Download

MIT

The Requires

  • php >=5.0
  • ext-shmop *

 

php shmop

01/09 2014

1.0.3

1.0.3.0 http://github.com/anime-db/shmop

Shmop is a simple and small abstraction layer for shared memory manipulation using PHP

  Sources   Download

MIT

The Requires

  • php >=5.0
  • ext-shmop *

 

php shmop

11/08 2014

1.0.2

1.0.2.0 http://github.com/anime-db/shmop

Shmop is a simple and small abstraction layer for shared memory manipulation using PHP

  Sources   Download

MIT

The Requires

  • php >=5.0
  • ext-shmop *

 

php shmop

03/07 2014

1.0.0

1.0.0.0 http://github.com/anime-db/shmop

Shmop is a simple and small abstraction layer for shared memory manipulation using PHP

  Sources   Download

MIT

The Requires

  • php >=5.0
  • ext-shmop *