appserver-io/synchronizable

Thread-Safe and synchronizable objects.

0.1.2 2014-11-24 20:07 UTC

This package is auto-updated.

Last update: 2024-03-27 06:07:59 UTC


README

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