Skip to content

Latest commit

 

History

History
39 lines (29 loc) · 1.41 KB

README.md

File metadata and controls

39 lines (29 loc) · 1.41 KB

shmop

Build Status Codacy Badge codecov Dependency Status

This library provides utility classes for manipulating shared memory segments in PHP.

Installation

Composer

{
    "require": {
        "MessageMedia/shmop": "dev-master"
    },
    "repositories": [
        {
            "type": "vcs",
            "url": "https://github.com/messagemedia/shmop"
        }
    ]
}

API Documentation

See messagemedia.github.io/shmop

Miscellaneous

This project meets PSR-1, PSR-2, PSR-3 and PSR-4.