2017 © Pedro Peláez
 

library xsd-reader

Read any XML Schema (XSD) programmatically with PHP

image

goetas-webservices/xsd-reader

Read any XML Schema (XSD) programmatically with PHP

  • Tuesday, June 5, 2018
  • by goetas
  • Repository
  • 6 Watchers
  • 16 Stars
  • 315,955 Installations
  • PHP
  • 5 Dependents
  • 0 Suggesters
  • 17 Forks
  • 8 Open issues
  • 16 Versions
  • 9 % Grown

The README.md

Build status Code Coverage Badge, (*1)

PHP XSD Reader

Read any XML Schema (XSD) programmatically with PHP., (*2)

Installation

The recommended way to install the xsd-reader via Composer:, (*3)

composer require 'goetas-webservices/xsd-reader'

Getting started

use GoetasWebservices\XML\XSDReader\SchemaReader;

$reader = new SchemaReader();
$schema = $reader->readFile("http://www.example.com/example.xsd");

// $schema is instance of GoetasWebservices\XML\XSDReader\Schema\Schema;

// Now you can navigate the entire schema structure

foreach ($schema->getSchemas() as $innerSchema) {

}
foreach ($schema->getTypes() as $type) {

}
foreach ($schema->getElements() as $element) {

}
foreach ($schema->getGroups() as $group) {

}
foreach ($schema->getAttributes() as $attr) {

}
foreach ($schema->getAttributeGroups() as $attrGroup) {

}

Note

The code in this project is provided under the MIT license. For professional support contact goetas@gmail.com or visit https://www.goetas.com, (*4)

The Versions

05/06 2018

dev-master

9999999-dev

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

17/03 2018

v0.3.2

0.3.2.0

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

17/03 2018

dev-empty-ns

dev-empty-ns

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

15/02 2018

v0.3.1

0.3.1.0

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

09/02 2018

dev-count-fix

dev-count-fix

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

21/01 2018

dev-increase-coverage

dev-increase-coverage

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

18/01 2018

v0.3.0

0.3.0.0

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

14/01 2018

dev-php7.1

dev-php7.1

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php ^7.1

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

20/04 2017

v0.2.6

0.2.6.0

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

18/04 2017

dev-issue-4

dev-issue-4

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

24/01 2017

v0.2.5

0.2.5.0

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

26/10 2016

v0.2.1

0.2.1.0

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

01/09 2016

v0.2.0

0.2.0.0

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

27/07 2016

v0.1.2

0.1.2.0

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

14/05 2016

v0.1.1

0.1.1.0

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema

14/05 2016

v0.1.0

0.1.0.0

Read any XML Schema (XSD) programmatically with PHP

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

by Asmir Mustafic

parser php xml xsd xmlschema