Download the PHP package appserver-io/configuration without Composer
On this page you can find all versions of the php package appserver-io/configuration. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download appserver-io/configuration
More information about appserver-io/configuration
Files in appserver-io/configuration
Package configuration
Short Description Provides basic functionality to handle XML data in a tree structure, like SimpleXML does.
License OSL-3.0
Homepage https://github.com/appserver-io/configuration
Informations about the package configuration
Library to handle XML files in a tree structure
Introduction
This package provides generic XML handling functionality, designed to work in an application server like appserver.io. The configuration contains the XML structure in a simple object structure that makes it synchronziable between threads.
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
Usage
As described in the introduction the configuration is originally designed to work in a runtime environment like appserver.io provides it. The big advantage is, that it does not contain any not synchronizable instances which allows you to share it between threads.
The configuration needs a XML file, the structure is not important, and converts it into an object structure:
External Links
- Documentation at appserver.io