PHPackages                             staindgt/simple-converter - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. staindgt/simple-converter

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

staindgt/simple-converter
=========================

Simple converter

00PHP

Since Aug 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/staindgt/simple-converter)[ Packagist](https://packagist.org/packages/staindgt/simple-converter)[ RSS](/packages/staindgt-simple-converter/feed)WikiDiscussions master Synced 2mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Simple Converter for PHP
========================

[](#simple-converter-for-php)

This small converter can convert XML and JSON to array.

I hope he makes the programmer's job a little easier :)

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

[](#installation)

```
composer require staindgt/simple-converter

```

Usage
-----

[](#usage)

```
use Staindgt\SimpleConverter\ConverterXmlToArray;
use Staindgt\SimpleConverter\File;

$source = new File($fileName);
$convertedContent = (new ConverterXmlToArray($source))->convert();
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity0

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/98138480c3b3b7eed0268289643a0bfce17740771e59cf9b321338d8a0bdf5d9?d=identicon)[staindgt](/maintainers/staindgt)

---

Top Contributors

[![staindgt](https://avatars.githubusercontent.com/u/4217965?v=4)](https://github.com/staindgt "staindgt (3 commits)")

### Embed Badge

![Health badge](/badges/staindgt-simple-converter/health.svg)

```
[![Health](https://phpackages.com/badges/staindgt-simple-converter/health.svg)](https://phpackages.com/packages/staindgt-simple-converter)
```

###  Alternatives

[shipmonk/name-collision-detector

Simple tool to find ambiguous classes or any other name duplicates within your project.

362.1M34](/packages/shipmonk-name-collision-detector)[bostondv/bootstrap-ninja-forms

Adds Bootstrap classes to Ninja Forms

222.2k](/packages/bostondv-bootstrap-ninja-forms)

PHPackages © 2026

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