PHPackages                             xmlsquad/xml-authoring-tools - 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. xmlsquad/xml-authoring-tools

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

xmlsquad/xml-authoring-tools
============================

PHP Console commands for managing xml files.

v0.3.3(7y ago)2311[1 issues](https://github.com/xmlsquad/xml-authoring-tools/issues)2Apache-2.0PHPPHP &gt;=7.1

Since May 27Pushed 6y ago1 watchersCompare

[ Source](https://github.com/xmlsquad/xml-authoring-tools)[ Packagist](https://packagist.org/packages/xmlsquad/xml-authoring-tools)[ RSS](/packages/xmlsquad-xml-authoring-tools/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (1)Dependencies (6)Versions (10)Used By (2)

xml-authoring-tools
===================

[](#xml-authoring-tools)

A composer library of tools to help build and manage an [xml-authoring-project](https://github.com/xmlsquad/xml-authoring-project).

In most cases you will run the tools in the context of an xml authoring project.

Prerequisites
-------------

[](#prerequisites)

- Git
- PHP `5.5.9+`
- [Composer installed](https://getcomposer.org/doc/00-intro.md#installation-linux-unix-osx) globally

Using at xml-authoring-project
------------------------------

[](#using-at-xml-authoring-project)

- Put next lines at project's `composer.json`:

    ```
    "config": {
        "bin-dir": "bin"
    }
    ```
- Require tools library:

    ```
    composer require xmlsquad/xml-authoring-tools
    ```
- List available commands:

    ```
    bin/console
    ```

Contribute
----------

[](#contribute)

```
cd ~/
git clone https://github.com/xmlsquad/xml-authoring-tools.git
cd xml-authoring-tools

# Install
composer install --dev

# Make you own feature branch
git checkout -b feature-XXX

# Make changes with tests
# ...

# Make sure tests are passing
vendor/bin/phpunit

# Push your changes
git push origin feature-XXX
```

Test
----

[](#test)

```
composer install --dev
vendor/bin/phpunit
```

###  Health Score

24

—

LowBetter than 31% of packages

Maintenance10

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community15

Small or concentrated contributor base

Maturity54

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~17 days

Recently: every ~34 days

Total

9

Last Release

2817d ago

PHP version history (2 changes)v0.1.0PHP &gt;=5.5.9

v0.2.0PHP &gt;=7.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/39656410?v=4)[forikal-uk](/maintainers/forikal-uk)[@forikal-uk](https://github.com/forikal-uk)

---

Top Contributors

[![john-arcus](https://avatars.githubusercontent.com/u/32770045?v=4)](https://github.com/john-arcus "john-arcus (14 commits)")[![igormukhingmailcom](https://avatars.githubusercontent.com/u/6544038?v=4)](https://github.com/igormukhingmailcom "igormukhingmailcom (10 commits)")[![forikal-uk](https://avatars.githubusercontent.com/u/39656410?v=4)](https://github.com/forikal-uk "forikal-uk (8 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/xmlsquad-xml-authoring-tools/health.svg)

```
[![Health](https://phpackages.com/badges/xmlsquad-xml-authoring-tools/health.svg)](https://phpackages.com/packages/xmlsquad-xml-authoring-tools)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[friendsoftypo3/content-blocks

TYPO3 CMS Content Blocks - Content Types API | Define reusable components via YAML

103519.9k51](/packages/friendsoftypo3-content-blocks)[phel-lang/phel-lang

Phel is a functional programming language that compiles to PHP

5186.0k18](/packages/phel-lang-phel-lang)

PHPackages © 2026

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