PHPackages                             phillipsharring/handlr-module-landing - 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. phillipsharring/handlr-module-landing

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

phillipsharring/handlr-module-landing
=====================================

Landing page module for handlr apps -- email capture and coming-soon page

0.2.0(1mo ago)01MITPHPPHP &gt;=8.4

Since Apr 23Pushed 1mo agoCompare

[ Source](https://github.com/phillipsharring/handlr-module-landing)[ Packagist](https://packagist.org/packages/phillipsharring/handlr-module-landing)[ RSS](/packages/phillipsharring-handlr-module-landing/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (2)Used By (0)

handlr-module-landing
=====================

[](#handlr-module-landing)

[![Graspr](graspr.png)](graspr.png)

Landing page module for [handlr](https://github.com/phillipsharring/handlr-framework)/[graspr](https://github.com/phillipsharring/graspr-framework) apps. Provides a "coming soon" email capture page and admin list.

Install
-------

[](#install)

```
composer require phillipsharring/handlr-module-landing
```

One package. Composer installs both the PHP backend (service provider, handlers, migration) and the frontend assets (pages, components, JS module definition).

Setup
-----

[](#setup)

Two lines to connect:

**1. Register the service provider** in `backend/app/config.php`:

```
'providers' => [
    // ...
    Handlr\Module\Landing\LandingServiceProvider::class,
],
```

**2. Register the frontend module** in `frontend/site.config.js`:

```
import { landing } from '../backend/vendor/phillipsharring/handlr-module-landing/src/index.js';

export default {
    // ...
    modules: [landing],
};
```

**3. Run the migration** to create the `email_captures` table:

```
composer run migrate
```

What's included
---------------

[](#whats-included)

### Backend

[](#backend)

- `POST /api/public/email-capture` -- captures an email address (public, no auth required)
- `GET /api/admin/email-captures` -- lists all captured emails (admin only)
- `email_captures` table migration (auto-discovered via `migrationPaths()`)

### Frontend

[](#frontend)

- `/landing/` page with email capture form
- Module object with self-resolving `pagesDir` and `componentsDir` for graspr-build

Configuration
-------------

[](#configuration)

Override defaults with `configure()` from `@phillipsharring/graspr-build`:

```
import { configure } from '@phillipsharring/graspr-build/modules';
import { landing } from '../backend/vendor/phillipsharring/handlr-module-landing/src/index.js';

export default {
    modules: [
        configure(landing, { adminNav: false }),
    ],
};
```

Removal
-------

[](#removal)

1. Remove `LandingServiceProvider::class` from `config.php`
2. Remove the `landing` import and entry from `site.config.js`
3. `composer remove phillipsharring/handlr-module-landing`
4. Roll back the migration (or drop the `email_captures` table)

Requires
--------

[](#requires)

- `phillipsharring/handlr-framework` &gt;= 0.5
- `@phillipsharring/graspr-build` &gt;= 0.3.0 (for module support in the build system)

###  Health Score

36

—

LowBetter than 79% of packages

Maintenance90

Actively maintained with recent releases

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity41

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

Unknown

Total

1

Last Release

48d 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 (4 commits)")

### Embed Badge

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

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

###  Alternatives

[andersondanilo/cnab_php

Projeto para criar arquivos de remessas e processar arquivos de retorno no formato CNAB

333267.9k2](/packages/andersondanilo-cnab-php)[altis/cms

CMS Module for Altis

46225.8k2](/packages/altis-cms)[awcodes/recently

Easily track and access recently viewed records in your filament panels.

4332.4k](/packages/awcodes-recently)[vanilo/category

Vanilo Category Module

10126.3k1](/packages/vanilo-category)

PHPackages © 2026

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