PHPackages                             apiki/maristela-cli - 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. [CLI &amp; Console](/categories/cli)
4. /
5. apiki/maristela-cli

ActiveLibrary[CLI &amp; Console](/categories/cli)

apiki/maristela-cli
===================

Generate pure html files based on a PHP file and a mock.

v0.1.1(7y ago)106.5k1[1 issues](https://github.com/Apiki/maristela-cli/issues)[2 PRs](https://github.com/Apiki/maristela-cli/pulls)MITPHP

Since Apr 29Pushed 6mo ago4 watchersCompare

[ Source](https://github.com/Apiki/maristela-cli)[ Packagist](https://packagist.org/packages/apiki/maristela-cli)[ RSS](/packages/apiki-maristela-cli/feed)WikiDiscussions master Synced 1mo ago

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

Maristela CLI [![Build Status](https://camo.githubusercontent.com/7c3cdda06f8e577f7e9cbf07cf470c89f25734f7e9360c014680ef59f4fd889c/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4170696b692f6d6172697374656c612d636c692f6261646765732f6275696c642e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/Apiki/maristela-cli/build-status/develop) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/c61b090e043ddc30d77d36f4226589738a5aae8868619d089dfd0414c5512802/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f4170696b692f6d6172697374656c612d636c692f6261646765732f7175616c6974792d73636f72652e706e673f623d646576656c6f70)](https://scrutinizer-ci.com/g/Apiki/maristela-cli/?branch=develop)
==============================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================================

[](#maristela-cli--)

Generate pure html files based on a PHP file and a mock.

Requiriments
------------

[](#requiriments)

1. Folder structure:

```
.
└── components/
    ├── card/
    │   ├── index.php
    │   └── mock.json
    └── header/
        ├── index.php
        └── mock.json

```

2. Component **card** as example:

**index.php**

```

```

**mock.json**

```
{
  "title": "My card",
  "items": [
    {
      "name": "John Doe",
      "age": 24
    },
    {
      "name": "Mary Doe",
      "age": 28
    }
  ]
}
```

Install
-------

[](#install)

1. Run `composer require --dev apiki/maristela-cli` on terminal;
2. Add a new script on composer.json:

```
  "scripts": {
    "make:components": "Maristela\\Cli\\App::buildComponents"
  }
```

3. Run `composer make:components` on terminal;
4. Will be generated a `_static` folder inside your `components` folder.
5. You can override default `components` creating a `.maristela-cli.json` on your project and setting a value for `componentsDir`:

**.maristela-cli.json**

```
{
  "componentsDir": "components"
}

```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance45

Moderate activity, may be stable

Popularity29

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity53

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 94.4% 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 ~0 days

Total

2

Last Release

2575d ago

### Community

Maintainers

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

---

Top Contributors

[![elvishp2006](https://avatars.githubusercontent.com/u/7463100?v=4)](https://github.com/elvishp2006 "elvishp2006 (17 commits)")[![renovate-bot](https://avatars.githubusercontent.com/u/25180681?v=4)](https://github.com/renovate-bot "renovate-bot (1 commits)")

---

Tags

component-librarycomposer-librarystorybookstorybook-php

###  Code Quality

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/apiki-maristela-cli/health.svg)

```
[![Health](https://phpackages.com/badges/apiki-maristela-cli/health.svg)](https://phpackages.com/packages/apiki-maristela-cli)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.0k17.2M320](/packages/wp-cli-wp-cli)[consolidation/annotated-command

Initialize Symfony Console commands from annotated command class methods.

22569.8M19](/packages/consolidation-annotated-command)[seld/cli-prompt

Allows you to prompt for user input on the command line, and optionally hide the characters they type

24725.8M17](/packages/seld-cli-prompt)[illuminate/console

The Illuminate Console package.

12944.1M5.1k](/packages/illuminate-console)[php-tui/php-tui

Comprehensive TUI library heavily influenced by Ratatui

589747.0k6](/packages/php-tui-php-tui)[codedungeon/php-cli-colors

Liven up you PHP Console Apps with standard colors

10210.1M26](/packages/codedungeon-php-cli-colors)

PHPackages © 2026

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