2017 © Pedro Peláez
 

library configuration

Provides basic functionality to handle XML data in a tree structure, like SimpleXML does.

image

appserver-io/configuration

Provides basic functionality to handle XML data in a tree structure, like SimpleXML does.

  • Monday, April 23, 2018
  • by wagnert
  • Repository
  • 3 Watchers
  • 0 Stars
  • 5,615 Installations
  • PHP
  • 4 Dependents
  • 0 Suggesters
  • 4 Forks
  • 0 Open issues
  • 8 Versions
  • 3 % Grown

The README.md

Library to handle XML files in a tree structure

Latest Stable Version Total Downloads License Build Status Scrutinizer Code Quality Code Coverage, (*1)

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., (*2)

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, (*3)

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., (*4)

The configuration needs a XML file, the structure is not important, and converts it into an object structure:, (*5)


// initialize the configuration with the content XML configuration file $configuration = new Configuration(); $configuration->initFromFile('/your/file.xml'); // add a new node XML to the root node $configuration->addChildWithNameAndValue('baseDirectory', '/application/base/directory');

The Versions

23/04 2018

dev-master

9999999-dev https://github.com/appserver-io/configuration

Provides basic functionality to handle XML data in a tree structure, like SimpleXML does.

  Sources   Download

OSL-3.0

The Requires

  • php >=5.4.0

 

The Development Requires

xml configuration

23/04 2018

3.0.0

3.0.0.0 https://github.com/appserver-io/configuration

Provides basic functionality to handle XML data in a tree structure, like SimpleXML does.

  Sources   Download

OSL-3.0

The Requires

  • php >=5.4.0

 

The Development Requires

xml configuration

20/02 2016

2.0.2

2.0.2.0 https://github.com/appserver-io/configuration

Provides basic functionality to handle XML data in a tree structure, like SimpleXML does.

  Sources   Download

OSL-3.0

The Requires

  • php >=5.4.0

 

The Development Requires

xml configuration

19/06 2015

2.0.1

2.0.1.0 https://github.com/appserver-io/configuration

Provides basic functionality to handle XML data in a tree structure, like SimpleXML does.

  Sources   Download

OSL-3.0

The Requires

  • php >=5.4.0

 

The Development Requires

xml configuration

03/03 2015

2.0.0

2.0.0.0 https://github.com/appserver-io/configuration

Provides basic functionality to handle XML data in a tree structure, like SimpleXML does.

  Sources   Download

OSL-3.0

The Requires

  • php >=5.4.0

 

The Development Requires

xml configuration

13/02 2015

1.0.0

1.0.0.0 https://github.com/appserver-io/configuration

Provides basic functionality to handle XML data in a tree structure, like SimpleXML does.

  Sources   Download

OSL-3.0

The Requires

  • php >=5.4.0

 

The Development Requires

xml configuration

28/01 2015

0.1.3

0.1.3.0 https://github.com/appserver-io/configuration

Provides basic functionality to handle XML data in a tree structure, like SimpleXML does.

  Sources   Download

OSL-3.0

The Requires

  • php >=5.4.0

 

The Development Requires

xml configuration

22/11 2014

0.1.2

0.1.2.0 https://github.com/appserver-io/configuration

Provides basic functionality to handle XML data in a tree structure, like SimpleXML does.

  Sources   Download

OSL-3.0

The Requires

  • php >=5.4.0

 

The Development Requires

xml configuration