PHPackages                             phel-lang/cli-skeleton - 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. phel-lang/cli-skeleton

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

phel-lang/cli-skeleton
======================

A minimalistic skeleton to build your cli-app using Phel Lang.

4692PHPCI passing

Since Oct 26Pushed 6mo ago2 watchersCompare

[ Source](https://github.com/phel-lang/cli-skeleton)[ Packagist](https://packagist.org/packages/phel-lang/cli-skeleton)[ RSS](/packages/phel-lang-cli-skeleton/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Phel Cli Skeleton
=================

[](#phel-cli-skeleton)

[Phel](https://phel-lang.org/) is a functional programming language that compiles to PHP.

This repository provides you the basic setup to start coding phel.

Getting started
---------------

[](#getting-started)

### Requirements

[](#requirements)

Phel requires at least PHP 8.3 and Composer. You can either use it from your local machine OR using docker.

- This repository contains the basic Dockerfile to run phel.

#### Locally (no Docker)

[](#locally-no-docker)

1. Ensure you have PHP &gt;=8.3 (Some help about how to install multiple PHP versions locally on [linux](https://github.com/phpbrew/phpbrew) and [Mac](https://github.com/shivammathur/homebrew-php))
2. Ensure you have [composer](https://getcomposer.org/composer-stable.phar)
3. Clone this repo
4. Install the dependencies | `composer install`

#### Using Docker

[](#using-docker)

1. Clone this repo
2. Build the image | `docker-compose up -d --build`
3. Go inside the console | `docker exec -ti -u dev phel_cli_skeleton bash`
4. Install the dependencies | `composer install`

### Phel code

[](#phel-code)

1. Write your phel code in `src/`
2. Run your code with `vendor/bin/phel run src/main.phel`

#### Or run the executable transpiled PHP result

[](#or-run-the-executable-transpiled-php-result)

1. `vendor/bin/phel build`
2. `php out/main.php`

#### Tests

[](#tests)

1. Write your phel tests in `tests/`
2. Execute your tests with `./vendor/bin/phel test`

More about starting with phel
-----------------------------

[](#more-about-starting-with-phel)

Find more information about how to start with phel in [getting started](https://phel-lang.org/documentation/getting-started/).

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance46

Moderate activity, may be stable

Popularity16

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 88.9% 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/3d166420c6770c5941e10bd68b2d26501eabb432e280d8e6eba0a344bcc1e5ae?d=identicon)[Chemaclass](/maintainers/Chemaclass)

![](https://www.gravatar.com/avatar/95f5516d8a75725d151587359acd6914d0d35fc1b874334347ee80d726b291de?d=identicon)[jenshaase](/maintainers/jenshaase)

---

Top Contributors

[![Chemaclass](https://avatars.githubusercontent.com/u/5256287?v=4)](https://github.com/Chemaclass "Chemaclass (24 commits)")[![geoffreyvanwyk](https://avatars.githubusercontent.com/u/194185?v=4)](https://github.com/geoffreyvanwyk "geoffreyvanwyk (2 commits)")[![WilsonSant](https://avatars.githubusercontent.com/u/87999151?v=4)](https://github.com/WilsonSant "WilsonSant (1 commits)")

---

Tags

cli-scaffoldingfunctional-programmingphelphel-langphp

### Embed Badge

![Health badge](/badges/phel-lang-cli-skeleton/health.svg)

```
[![Health](https://phpackages.com/badges/phel-lang-cli-skeleton/health.svg)](https://phpackages.com/packages/phel-lang-cli-skeleton)
```

###  Alternatives

[wp-cli/wp-cli

WP-CLI framework

5.1k17.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)
