PHPackages                             huenisys/parsers - 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. huenisys/parsers

ActiveLibrary

huenisys/parsers
================

collection of file parsers

0.0.2(7y ago)08↓50%MITPHP

Since Mar 29Pushed 7y agoCompare

[ Source](https://github.com/huenisys/parsers)[ Packagist](https://packagist.org/packages/huenisys/parsers)[ RSS](/packages/huenisys-parsers/feed)WikiDiscussions dev Synced 2mo ago

READMEChangelogDependencies (3)Versions (4)Used By (0)

huenisys/parsers
================

[](#huenisysparsers)

Simple parsers

Supported
---------

[](#supported)

- Markdown (parses to html)
- Yaml (parses to php object)

Usage
-----

[](#usage)

```
use huenisys\Parsers\Yaml;
use huenisys\Parsers\Markdown;

/** @test **/
public function simple_yaml_is_parsed()
{
    $this->assertEquals(['title' => 'Some Title'], Yaml::parseText('title: Some Title'));
}

/** @test **/
public function yaml_file_is_parsed()
{
    $filePath = __DIR__.'/../test-files/hello.yaml';
    $this->assertEquals(['hello' => 'world'], Yaml::parseFile($filePath));
}

/** @test **/
public function simple_md_is_parsed()
{
    $this->assertEquals('hello', Markdown::parseText('# hello'));
    $this->assertEquals('hello', Markdown::parseText('## hello'));
}

/** @test **/
public function md_file_is_parsed()
{
    $filePath = __DIR__.'/../test-files/hello.md';
    $this->assertEquals('hello world', Markdown::parseFile($filePath));
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~3 days

Total

2

Last Release

2598d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/e92cab60b244eeea33acb1155545f4968618f321d55d47cea244cee06b9be6f3?d=identicon)[huenisys](/maintainers/huenisys)

---

Top Contributors

[![huenisys](https://avatars.githubusercontent.com/u/26238062?v=4)](https://github.com/huenisys "huenisys (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/huenisys-parsers/health.svg)

```
[![Health](https://phpackages.com/badges/huenisys-parsers/health.svg)](https://phpackages.com/packages/huenisys-parsers)
```

###  Alternatives

[kimai/kimai

Kimai - Time Tracking

4.6k7.4k1](/packages/kimai-kimai)[afragen/git-updater

A plugin to automatically update GitHub, Bitbucket, GitLab, or Gitea hosted plugins, themes, and language packs.

3.3k1.6k](/packages/afragen-git-updater)

PHPackages © 2026

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