appserver-io / synchronizable
Thread-Safe and synchronizable objects.
0.1.2
2014-11-24 20:07 UTC
Requires
- php: >=5.4.0
Requires (Dev)
- appserver-io/build: 0.1.*
- phpunit/phpunit: 4.*
This package is auto-updated.
Last update: 2024-10-27 07:24:36 UTC
README
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
- Documentation at appserver.io
- Documentation on GitHub
- Getting started
- Servlet Engine