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

ActiveProject

phel-lang/web-skeleton
======================

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

16142PHPCI passing

Since Oct 26Pushed 6mo ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)Used By (0)

Phel Web Skeleton
=================

[](#phel-web-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 a website using phel.

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

[](#getting-started)

### Requirements

[](#requirements)

Phel requires at least PHP 8.3 and Composer.

#### 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_web_skeleton bash`
4. Install the dependencies | `composer install`

### Phel code

[](#phel-code)

1. Write your phel code in `src/`
2. Run your web server with
    - `composer run:dev`: it will recompile the code on every request
    - `composer run:prod`: it will run the same compiled code on every request

### Tests

[](#tests)

1. Write your phel tests in `tests/`
2. Execute your tests with `composer 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

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity13

Early-stage or recently created project

 Bus Factor1

Top contributor holds 93.8% 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)

---

Top Contributors

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

---

Tags

functional-programmingphelphel-langphpscaffoldingwebapp

### Embed Badge

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

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

PHPackages © 2026

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