PHPackages                             unofficialmc2/configol-parser - 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. unofficialmc2/configol-parser

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

unofficialmc2/configol-parser
=============================

Parser pour les fichiers configOl.xml

v1.2.3(6mo ago)0781MITPHPPHP ^8.3

Since Aug 18Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/unofficialmc2/configol-parser)[ Packagist](https://packagist.org/packages/unofficialmc2/configol-parser)[ RSS](/packages/unofficialmc2-configol-parser/feed)WikiDiscussions main Synced 2w ago

READMEChangelog (1)Dependencies (4)Versions (9)Used By (0)

configOL Parser
===============

[](#configol-parser)

Parse un fichier `configOL.xml` et retourne un objet `ConfigOL`

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

[](#installation)

```
composer require unofficialmc2/configol-parser
```

Usage
-----

[](#usage)

```
$parser = new ConfigOlParser('configOL.xml');
$config = $parser->get('SCHEMA');
echo $config->baseNom;
```

Exception
---------

[](#exception)

### FileNotFound

[](#filenotfound)

L'exception `FileNotFound` est levée lorsque le fichier configOL.xml n'a pas été trouvé.

### BadConfigOl

[](#badconfigol)

L'exception `BadConfigOl` est levée lorsque le contenu du fichier configOl.xml n'est pas du XML valide ou qu'une information requise est manquante dans un schema.

### SchemaNotFound

[](#schemanotfound)

L'exception `SchemaNotFound` est levée lorsque le schema demandé n'est pas déclaré dans le configOl.xml.

###  Health Score

43

—

FairBetter than 90% of packages

Maintenance66

Regular maintenance activity

Popularity13

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity68

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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 ~200 days

Recently: every ~263 days

Total

7

Last Release

203d ago

PHP version history (2 changes)v1.0.0PHP &gt;7.4

v1.2.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/948a3fbddec48cf11b010a0c70603ad8a9ce74675ce382f741e3dca16cf315f6?d=identicon)[unofficialmc2](/maintainers/unofficialmc2)

---

Top Contributors

[![f4-b1](https://avatars.githubusercontent.com/u/125667350?v=4)](https://github.com/f4-b1 "f4-b1 (5 commits)")[![fzed51](https://avatars.githubusercontent.com/u/1201984?v=4)](https://github.com/fzed51 "fzed51 (2 commits)")[![gillesVasse](https://avatars.githubusercontent.com/u/127934677?v=4)](https://github.com/gillesVasse "gillesVasse (2 commits)")[![Fabr0w](https://avatars.githubusercontent.com/u/188973657?v=4)](https://github.com/Fabr0w "Fabr0w (1 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP\_CodeSniffer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/unofficialmc2-configol-parser/health.svg)

```
[![Health](https://phpackages.com/badges/unofficialmc2-configol-parser/health.svg)](https://phpackages.com/packages/unofficialmc2-configol-parser)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19037.7M41](/packages/mck89-peast)[karriere/json-decoder

JsonDecoder implementation that allows you to convert your JSON data into PHP class objects

140439.4k12](/packages/karriere-json-decoder)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9642.0k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

46143.1k6](/packages/jstewmc-rtf)[json-mapper/laravel-package

The JsonMapper package for Laravel

25188.9k3](/packages/json-mapper-laravel-package)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

107.9k](/packages/moonshine-layouts-field)

PHPackages © 2026

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