Download the PHP package iddqdby/weak-array without Composer
On this page you can find all versions of the php package iddqdby/weak-array. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download iddqdby/weak-array
More information about iddqdby/weak-array
Files in iddqdby/weak-array
Download iddqdby/weak-array
More information about iddqdby/weak-array
Files in iddqdby/weak-array
Vendor iddqdby
Package weak-array
Short Description Array of weak references.
License MIT
Homepage https://github.com/iddqdby/weak-array
Package weak-array
Short Description Array of weak references.
License MIT
Homepage https://github.com/iddqdby/weak-array
Please rate this library. Is it a good library?
Informations about the package weak-array
WeakArray
Short description
WeakArray is an array of weak references, based on WeakRef PHP extension (see https://pecl.php.net/package/Weakref).
It keeps weak references to objects, allowing them to be garbage-collected when there are no other references present.
How to install
or download the archive, extract it and include file autoload.php.
Examples
Basic usage
Code
Output
Events
Code
Output
See examples/ and test/ directories for working examples.
Requirements
- PHP: 5.5, 5.6, 7.0
- WeakRef PHP extension: 0.2.6 for PHP 5.5 and PHP 5.6, >=0.3 for PHP 7.0
Homepage
https://iddqdby.github.io/weak-array/
Versioning
This project follows the Semantic Versioning principles.
License
This project is licensed under the MIT License. See LICENSE.
All versions of weak-array with dependencies
PHP Build Version
Package Version
Requires
php Version
^5.5 || ^7.0
ext-weakref Version ~0.2
ext-weakref Version ~0.2
The package iddqdby/weak-array contains the following files
Loading the files please wait ...