PHPackages                             sagittaracc/tsml - 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. sagittaracc/tsml

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

sagittaracc/tsml
================

The Simplest Markup Language

v0.2(3y ago)01061MITPHP

Since Jun 1Pushed 3y ago1 watchersCompare

[ Source](https://github.com/sagittaracc/tsml)[ Packagist](https://packagist.org/packages/sagittaracc/tsml)[ RSS](/packages/sagittaracc-tsml/feed)WikiDiscussions main Synced 4w ago

READMEChangelog (4)Dependencies (1)Versions (5)Used By (1)

TSML
====

[](#tsml)

The Simplest Markup Language

Формат
------

[](#формат)

```
Root
    Item1 Value1
    Item2
        SubItem21 Value1, Value2, Value3
        SubItem22
            SubSubItem221 Value1
            SubSubItem222 Value2
    Item3
    Item4
        SubItem41 Value1, Value2, Value3
        SubItem42 1.2
        SubItem43 true
        SubItem44 false
    Item5
        SubItem51 string1, string2

```

Использование
-------------

[](#использование)

```
use sagittaracc\TSML;

TSML::parse();

[
    'Root' => [
        'Item1' => 'Value1',
        'Item2' => [
            'SubItem21' => ['Value1', 'Value2', 'Value3'],
            'SubItem22' => [
                'SubSubItem221' => 'Value1',
                'SubSubItem222' => 'Value2',
            ],
        ],
        'Item3' => [],
        'Item4' => [
            'SubItem41' => ['Value1', 'Value2', 'Value3'],
            'SubItem42' => 1.2,
            'SubItem43' => true,
            'SubItem44' => false,
        ],
        'Item5' => [
            'SubItem51' => ['string1', 'string2'],
        ],
    ]
]
```

###  Health Score

22

—

LowBetter than 23% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity40

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

Total

4

Last Release

1379d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/36b24611c7e054895a0b29bfc0ee8df3bc1c703acac8e5a82a61821cf6ac5401?d=identicon)[sagittaracc](/maintainers/sagittaracc)

---

Top Contributors

[![sagittaracc](https://avatars.githubusercontent.com/u/60045511?v=4)](https://github.com/sagittaracc "sagittaracc (1 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/sagittaracc-tsml/health.svg)

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

###  Alternatives

[fideloper/proxy

Set trusted proxies for Laravel

7.3k174.4M550](/packages/fideloper-proxy)[fakerphp/faker

Faker is a PHP library that generates fake data for you.

3.9k358.5M3.4k](/packages/fakerphp-faker)[consolidation/robo

Modern task runner

2.7k62.9M408](/packages/consolidation-robo)[brick/money

Money and currency library

1.9k37.9M102](/packages/brick-money)[jetbrains/phpstorm-stubs

PHP runtime &amp; extensions header files for PhpStorm

1.4k27.7M67](/packages/jetbrains-phpstorm-stubs)[illuminate/support

The Illuminate Support package.

583107.1M34.3k](/packages/illuminate-support)

PHPackages © 2026

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