Download the PHP package lum/lum-data without Composer
On this page you can find all versions of the php package lum/lum-data. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Vendor lum
Package lum-data
Short Description Data Objects - objects with multiple data formats
License MIT
Package lum-data
Short Description Data Objects - objects with multiple data formats
License MIT
Please rate this library. Is it a good library?
Informations about the package lum-data
lum.data.php
Summary
Implements a bunch of magic data objects that I've been using for a long time as they were designed to convert between various serialization formats mostly transparently.
Namespace
Lum\Data
Classes
Name | Description |
---|---|
Lum\Data\O | A very minimal base class for data objects. |
Lum\Data\Obj | Default base class with most traits added. |
Lum\Data\Arrayish | An extension of Obj using Arraylike trait. |
Lum\Data\Container | An extension of Arrayish with indexed children. |
Traits
Name | Description |
---|---|
Lum\Data\Arraylike | A trait for array-like data objects. |
Lum\Data\DetectType | A trait with helpers for detecting input type. |
Lum\Data\JSON | A trait for objects with JSON representations. |
Lum\Data\BuildXML | A trait with helpers for building XML data. |
Lum\Data\InputXML | A trait for data objects that can import XML. |
Lum\Data\OutputXML | A trait for data objects that can output XML. |
Official URLs
This library can be found in two places:
Authors
- Timothy Totten
License
All versions of lum-data with dependencies
PHP Build Version
Package Version
The package lum/lum-data contains the following files
Loading the files please wait ....