Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 2.11 KB

File metadata and controls

41 lines (29 loc) · 2.11 KB

APCu based object library

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality Code Coverage

Introduction

Provides a multithreaded, APCu based basic object library.

Issues

In order to bundle our efforts we would like to collect all issues regarding this package in the main project repository's issue tracker. Please reference the originating repository as the first element of the issue title e.g.: [appserver-io/<ORIGINATING_REPO>] A issue I am having

Installation

{
    "require": {
        "appserver-io/synchronizable": "dev-master"
    },
}

to your composer.json and invoke composer update in your project.

Usage

Coming soon!

External Links