PHPackages                             vestaboard/vbml - 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. vestaboard/vbml

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

vestaboard/vbml
===============

The Vestaboard Markup Language for PHP

616↓50%5[4 PRs](https://github.com/Vestaboard/vbml/pulls)PythonCI passing

Since Mar 2Pushed 1mo ago4 watchersCompare

[ Source](https://github.com/Vestaboard/vbml)[ Packagist](https://packagist.org/packages/vestaboard/vbml)[ RSS](/packages/vestaboard-vbml/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (9)Used By (0)

VBML - Vestaboard Markup Language
=================================

[](#vbml---vestaboard-markup-language)

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

[](#installation)

### JavaScript / TypeScript

[](#javascript--typescript)

```
yarn install @vestaboard/vbml
```

or

```
npm i @vestaboard/vbml
```

### Python

[](#python)

```
pip install pyvbml
```

### PHP

[](#php)

```
composer require vestaboard/vbml
```

Usage
-----

[](#usage)

### JavaScript / TypeScript

[](#javascript--typescript-1)

```
import { vbml } from "@vestaboard/vbml";

// Generate an array of 6 rows of 22 character codes representing the template
const characters = vbml.parse({
  components: [
    {
      style: {
        justify: "center",
        align: "center",
      },
      template: "Hello World!",
    },
  ],
});
```

### Python

[](#python-1)

```
from pyvbml import vbml

# Generate an array of 6 rows of 22 character codes representing the template
characters = vbml.parse({
    "components": [
        {
            "style": {
                "justify": "center",
                "align": "center",
            },
            "template": "Hello World!",
        }
    ]
})
```

### PHP

[](#php-1)

```
use Vestaboard\Vbml\Vbml;

// Generate an array of 6 rows of 22 character codes representing the template
$characters = Vbml::parse([
    'components' => [
        [
            'style' => [
                'justify' => 'center',
                'align' => 'center',
            ],
            'template' => 'Hello World!',
        ],
    ],
]);
```

Docs
----

[](#docs)

Full documentation is available at

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance60

Regular maintenance activity

Popularity13

Limited adoption so far

Community17

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 Bus Factor1

Top contributor holds 57.7% 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/67d766e41ecda2b9c3247860ed42acae08af5c964bd4ff8cdc3bbf07ebfc48fb?d=identicon)[johnatvestaboard](/maintainers/johnatvestaboard)

---

Top Contributors

[![tysoncadenhead](https://avatars.githubusercontent.com/u/355354?v=4)](https://github.com/tysoncadenhead "tysoncadenhead (60 commits)")[![jottenlips](https://avatars.githubusercontent.com/u/14910912?v=4)](https://github.com/jottenlips "jottenlips (23 commits)")[![Copilot](https://avatars.githubusercontent.com/in/1143301?v=4)](https://github.com/Copilot "Copilot (13 commits)")[![alexmandelshtam](https://avatars.githubusercontent.com/u/24488120?v=4)](https://github.com/alexmandelshtam "alexmandelshtam (4 commits)")[![natekspencer](https://avatars.githubusercontent.com/u/3792831?v=4)](https://github.com/natekspencer "natekspencer (4 commits)")

---

Tags

installablepackage

### Embed Badge

![Health badge](/badges/vestaboard-vbml/health.svg)

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

###  Alternatives

[vova07/yii2-start-comments-module

The comments module for Yii2-Start application.

159.5k1](/packages/vova07-yii2-start-comments-module)[simialbi/yii2-kanban

Kanban board module for yii2

111.1k1](/packages/simialbi-yii2-kanban)

PHPackages © 2026

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