PHPackages                             phillipsharring/handlr-app - 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. [Framework](/categories/framework)
4. /
5. phillipsharring/handlr-app

ActiveProject[Framework](/categories/framework)

phillipsharring/handlr-app
==========================

Full-stack Handlr app skeleton — HTMX/Handlebars/Tailwind frontend + PHP Pipe+Handler backend, scaffolded in one command

v0.14.0(2w ago)08MITPHPPHP &gt;=8.4

Since Jun 23Pushed 2w agoCompare

[ Source](https://github.com/phillipsharring/handlr-app)[ Packagist](https://packagist.org/packages/phillipsharring/handlr-app)[ Docs](https://github.com/phillipsharring/handlr-mono/tree/main/packages/app)[ RSS](/packages/phillipsharring-handlr-app/feed)WikiDiscussions main Synced 2w ago

READMEChangelogDependenciesVersions (12)Used By (0)

Handlr App
==========

[](#handlr-app)

A full-stack Handlr app skeleton - the starting point for a server-driven web app built on **HTMX + Handlebars + Tailwind** on the front end and a **PHP Pipe + Handler** framework on the back end.

📖 **Documentation:**

Scaffold a new project with one command:

```
composer create-project phillipsharring/handlr-app my-app
```

A `post-create-project-cmd` runs `npm install` in the frontend half, so a single command sets up both sides. Then:

The app ships as two halves — `backend/` (composer) and `frontend/` (npm) — so each dev server runs in its own directory:

```
cd my-app
composer --working-dir=backend run dev   # PHP server on http://localhost:8000
npm --prefix frontend run dev            # Vite dev server on http://localhost:5173 (proxies /api to :8000)
```

(Or `cd backend && composer run dev` / `cd frontend && npm run dev` in separate terminals.)

What's inside
-------------

[](#whats-inside)

This package ships both halves of an app:

```
frontend/    Vite + Tailwind + HTMX runtime (built on @phillipsharring/handlr-frontend
             and @phillipsharring/handlr-build)
backend/     PHP API built on phillipsharring/handlr-backend  - auth, RBAC, CSRF,
             migrations, seeders, and the Pipe + Handler conventions

```

- **[frontend/](frontend/README.md)** — pages, layouts, components, and the runtime wiring.
- **[backend/](backend/README.md)** — handlers, pipes, data layer, and database lifecycle.

The pieces it builds on
-----------------------

[](#the-pieces-it-builds-on)

PackageRegistryRole[`@phillipsharring/handlr-frontend`](https://github.com/phillipsharring/handlr-mono/tree/main/packages/frontend)npmBrowser runtime (HTMX, auth, modals, forms)[`@phillipsharring/handlr-build`](https://github.com/phillipsharring/handlr-mono/tree/main/packages/build)npmBuild tooling (HTML compiler, page baker, Vite plugin)[`phillipsharring/handlr-backend`](https://github.com/phillipsharring/handlr-mono/tree/main/packages/backend)composerPHP framework (Pipe, Handler, Table, Db, EventManager)Adding a module
---------------

[](#adding-a-module)

A module is a single dual-published unit (npm + composer, lockstep version). Install both halves at the matching version:

```
composer run module:install --
```

License
-------

[](#license)

MIT

###  Health Score

41

—

FairBetter than 87% of packages

Maintenance97

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 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.

###  Release Activity

Cadence

Every ~3 days

Total

11

Last Release

15d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/11220?v=4)[Phil Harrington](/maintainers/phillipsharring)[@phillipsharring](https://github.com/phillipsharring)

---

Top Contributors

[![phillipsharring](https://avatars.githubusercontent.com/u/11220?v=4)](https://github.com/phillipsharring "phillipsharring (21 commits)")

### Embed Badge

![Health badge](/badges/phillipsharring-handlr-app/health.svg)

```
[![Health](https://phpackages.com/badges/phillipsharring-handlr-app/health.svg)](https://phpackages.com/packages/phillipsharring-handlr-app)
```

###  Alternatives

[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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