2017 © Pedro Peláez
 

library xml-primitive-types

Library containing PHP classes for XML Primitives and Derived Primitives

image

dcarbone/xml-primitive-types

Library containing PHP classes for XML Primitives and Derived Primitives

  • Thursday, January 14, 2016
  • by dcarbone
  • Repository
  • 1 Watchers
  • 1 Stars
  • 12 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 0 % Grown

The README.md

xml-primitive-types

Library containing PHP classes for XML Primitives and Derived Primitives, (*1)

This library is a work in progress., (*2)

Intent

The purpose of this library is to provide simple objects to represent XML primitive types. There are a myriad of ways it can be used., (*3)

Usage

Below is a basic example usage script:, (*4)

<?php

require 'path to composer autoload file';

$factory = new \DCarbone\XMLPrimitiveTypes\XMLPrimitiveTypeFactory();

$xmlInt = $factory->getPrimitiveType('int', 500);

var_dump($xmlInt);

Future Enhancements

  • Ability to add type objects ad-hoc
  • Support for XML Facets & optional value validation

Comments

If you find this lib useful and want to help out development, or have a way to improve a component, please do so! This is a very early implementation, and features will come as I have time. Any help / comments are welcome., (*5)

The Versions

14/01 2016

dev-master

9999999-dev https://github.com/dcarbone/xml-primitive-types

Library containing PHP classes for XML Primitives and Derived Primitives

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.3
  • lib-libxml *

 

The Development Requires

by Daniel Carbone

xml xsd factory primitives primitive

14/01 2016

0.0.3

0.0.3.0 https://github.com/dcarbone/xml-primitive-types

Library containing PHP classes for XML Primitives and Derived Primitives

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.3
  • lib-libxml *

 

The Development Requires

by Daniel Carbone

xml xsd factory primitives primitive

09/01 2016

0.0.2

0.0.2.0 https://github.com/dcarbone/xml-primitive-types

Library containing PHP classes for XML Primitives and Derived Primitives

  Sources   Download

Apache-2.0

The Requires

  • php >=5.3.3
  • lib-libxml *

 

The Development Requires

by Daniel Carbone

xml xsd factory primitives primitive

26/08 2015

0.0.1

0.0.1.0 https://github.com/dcarbone/xml-primitive-types

Library containing PHP classes for XML Primitives and Derived Primitives

  Sources   Download

GPL-2.0

The Requires

  • php >=5.3.3
  • lib-libxml *

 

The Development Requires

by Daniel Carbone