PHPackages                             stormcode/xsd-reader-laravel-cached - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. stormcode/xsd-reader-laravel-cached

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

stormcode/xsd-reader-laravel-cached
===================================

Read any XML Schema (XSD) programmatically with PHP

v1.0(3y ago)258MITPHPPHP ^8.1

Since May 14Pushed 3y agoCompare

[ Source](https://github.com/xTermy/xsd-reader-laravel-cached)[ Packagist](https://packagist.org/packages/stormcode/xsd-reader-laravel-cached)[ Fund](https://www.goetas.com/)[ GitHub Sponsors](https://github.com/goetas)[ RSS](/packages/stormcode-xsd-reader-laravel-cached/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (6)Versions (31)Used By (0)

PHP XSD Reader
==============

[](#php-xsd-reader)

Read any [XML Schema](http://www.w3.org/XML/Schema) (XSD) programmatically with PHP.

Installation
------------

[](#installation)

The recommended way to install the `xsd-reader` via [Composer](https://getcomposer.org/):

```
composer require 'stormcode/xsd-reader-laravel-cached'
```

Getting started
---------------

[](#getting-started)

```
use CollectHouse\XML\XSDReader\SchemaReader;

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

// $schema is instance of CollectHouse\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
----

[](#note)

The code in this project is provided under the [MIT](https://opensource.org/licenses/MIT) license. For professional support contact or visit

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity83

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 59.6% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~90 days

Recently: every ~53 days

Total

28

Last Release

1303d ago

Major Versions

0.4.6 → v1.02023-01-21

PHP version history (4 changes)v0.1.0PHP &gt;=5.4.0

v0.3.0PHP ^7.1

0.3.8PHP ^7.1|^8.0

0.4.0PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/739a5adcbf0a73eea3e986c7f19fe4060cac0b903f496b9ae83e9d4fed69fc02?d=identicon)[StormCode](/maintainers/StormCode)

---

Top Contributors

[![goetas](https://avatars.githubusercontent.com/u/776743?v=4)](https://github.com/goetas "goetas (124 commits)")[![SignpostMarv](https://avatars.githubusercontent.com/u/304403?v=4)](https://github.com/SignpostMarv "SignpostMarv (45 commits)")[![RSully](https://avatars.githubusercontent.com/u/185004?v=4)](https://github.com/RSully "RSully (12 commits)")[![holtkamp](https://avatars.githubusercontent.com/u/776405?v=4)](https://github.com/holtkamp "holtkamp (4 commits)")[![davidsonalencar](https://avatars.githubusercontent.com/u/3989763?v=4)](https://github.com/davidsonalencar "davidsonalencar (4 commits)")[![Toilal](https://avatars.githubusercontent.com/u/1165758?v=4)](https://github.com/Toilal "Toilal (4 commits)")[![cebe](https://avatars.githubusercontent.com/u/189796?v=4)](https://github.com/cebe "cebe (3 commits)")[![rvdbogerd](https://avatars.githubusercontent.com/u/1301320?v=4)](https://github.com/rvdbogerd "rvdbogerd (3 commits)")[![allcode](https://avatars.githubusercontent.com/u/2942120?v=4)](https://github.com/allcode "allcode (2 commits)")[![veewee](https://avatars.githubusercontent.com/u/1618158?v=4)](https://github.com/veewee "veewee (2 commits)")[![xTermy](https://avatars.githubusercontent.com/u/15056366?v=4)](https://github.com/xTermy "xTermy (2 commits)")[![zambodaniel](https://avatars.githubusercontent.com/u/3462880?v=4)](https://github.com/zambodaniel "zambodaniel (1 commits)")[![mgrundkoetter](https://avatars.githubusercontent.com/u/1526725?v=4)](https://github.com/mgrundkoetter "mgrundkoetter (1 commits)")[![toooni](https://avatars.githubusercontent.com/u/241080?v=4)](https://github.com/toooni "toooni (1 commits)")

---

Tags

phpxmlparserxsdxmlschema

###  Code Quality

TestsPHPUnit

Static AnalysisPsalm

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/stormcode-xsd-reader-laravel-cached/health.svg)

```
[![Health](https://phpackages.com/badges/stormcode-xsd-reader-laravel-cached/health.svg)](https://phpackages.com/packages/stormcode-xsd-reader-laravel-cached)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[goetas-webservices/xsd-reader

Read any XML Schema (XSD) programmatically with PHP

625.3M23](/packages/goetas-webservices-xsd-reader)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)[forjedio/inertia-table

Backend-driven dynamic tables for Laravel + Inertia.js

272.0k](/packages/forjedio-inertia-table)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
