Download the PHP package smoren/containers-transactional without Composer
On this page you can find all versions of the php package smoren/containers-transactional. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download smoren/containers-transactional
More information about smoren/containers-transactional
Files in smoren/containers-transactional
Package containers-transactional
Short Description Abstract transactional containers and data structures
License MIT
Informations about the package containers-transactional
Transactional containers and data structures
Abstract wrapper structure for providing transactional interface for editing objects.
Includes implementations of transactional wrappers for some data containers and structures.
How to install as dependency to your project
Unit testing
Using with your class
Class definitions
Client code
Ready to use transactional containers
TArray
Wraps PHP array with transactional interface.
TLinkedList
Classic implementation of linked list data structure wrapped with transactional interface.
Wraps LinkedList container.
TMappedCollection
Map-like data structure with transactional interface.
Wraps MappedCollection container.
TMappedLinkedList
LinkedList with mapping by id and with transactional interface.
Wraps MappedLinkedList container.
TSortedLinkedList
LinkedList with presort and transactional interface.
Wraps SortedLinkedList container.
TSortedMappedLinkedList
LinkedList with presort, mapping and transactional interface.
Wraps SortedMappedLinkedList container.
All versions of containers-transactional with dependencies
ext-json Version *
smoren/containers Version ^0.1
smoren/extended-exceptions Version ^1.0