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

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

mabasic/phel-web
================

Getting started Web template for Phel lang.

17PHP

Since Oct 16Pushed 4y ago1 watchersCompare

[ Source](https://github.com/mabasic/phel-web)[ Packagist](https://packagist.org/packages/mabasic/phel-web)[ RSS](/packages/mabasic-phel-web/feed)WikiDiscussions main Synced 6d ago

READMEChangelogDependenciesVersions (1)Used By (0)

Phel - Web
==========

[](#phel---web)

Getting started Web template for [Phel](https://phel-lang.org/) lang.

This template creates a namespace called `app` for storing your application logic in `src/` directory, a public directory with `index.php` file for serving, and `app\tests` in `tests/` directory for storing your application tests.

**Requirement: PHP 7.4 or 8.0**

Installation Via Composer
-------------------------

[](#installation-via-composer)

If your computer already has PHP and Composer installed, you may create a new Phel project by using Composer directly. After the application has been created, you may start the Phel application using the Phel CLI's `run` command:

```
composer create-project mabasic/phel-web example-app dev-main

cd example-app

php -S localhost:8000 -t ./public/
```

When you open the website on `http://localhost:8000` the output will be:

```
Hello, Phel!

```

Shortcuts
---------

[](#shortcuts)

- `composer dev` - Starts the PHP development server.
- `composer repl` - Starts the Phel REPL.
- `composer test` - Runs the test suite.
- `composer format {directory}` - Formats the given directory.
- `composer start {script}` - Executes the given script.

Next Steps
----------

[](#next-steps)

From here you can learn more about using Phel from the [official website](https://phel-lang.org/), or view the [source code repository](https://github.com/phel-lang/phel-lang) and contribute to the development of the language and its ecosystem.

###  Health Score

16

—

LowBetter than 5% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity28

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1839930?v=4)[mabasic](/maintainers/mabasic)[@mabasic](https://github.com/mabasic)

---

Top Contributors

[![mabasic](https://avatars.githubusercontent.com/u/1839930?v=4)](https://github.com/mabasic "mabasic (6 commits)")

---

Tags

hacktoberfestphelprojecttemplate

### Embed Badge

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

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

###  Alternatives

[helthe/turbolinks

Helthe Turbolinks Component

112122.5k4](/packages/helthe-turbolinks)

PHPackages © 2026

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