Download the PHP package beaucal/beaucal-quick-union without Composer
On this page you can find all versions of the php package beaucal/beaucal-quick-union. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download beaucal/beaucal-quick-union
More information about beaucal/beaucal-quick-union
Files in beaucal/beaucal-quick-union
Download beaucal/beaucal-quick-union
More information about beaucal/beaucal-quick-union
Files in beaucal/beaucal-quick-union
Vendor beaucal
Package beaucal-quick-union
Short Description Provides union-find functionality, whether directed or shortest.
License MIT
Homepage https://github.com/BeauCal/beaucal-quick-union
Package beaucal-quick-union
Short Description Provides union-find functionality, whether directed or shortest.
License MIT
Homepage https://github.com/BeauCal/beaucal-quick-union
Please rate this library. Is it a good library?
Informations about the package beaucal-quick-union
BeaucalQuickUnion
Now with 100% code coverage.
Provides union-find functionality, whether directed or shortest.
Installation
-
In
application.config.php
, add as follows: - Import into your database
data/beaucal_union.sql
:
To Use
Separate Structures
If you need a separate union space, simply preface each item with a namespace, e.g. union('JobID::123', 'JobID::456')
.
Or for complete separation, configure another union + adapter instance and change its database table.
Memory Adapter
If you just need a short-lived instance for a single request, use the Memory adapter, as follows:
All versions of beaucal-quick-union with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.4
zendframework/zend-db Version ~2.1
zendframework/zend-servicemanager Version ~2.1
zendframework/zend-db Version ~2.1
zendframework/zend-servicemanager Version ~2.1
The package beaucal/beaucal-quick-union contains the following files
Loading the files please wait ....