PHPackages                             honed/modal - 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. honed/modal

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

honed/modal
===========

Build dynamic modal dialogs for your Inertia-powered Laravel apps

v0.2.0(6mo ago)014[4 PRs](https://github.com/honedlabs/modal/pulls)MITPHPPHP ^8.2CI passing

Since Dec 4Pushed 1mo agoCompare

[ Source](https://github.com/honedlabs/modal)[ Packagist](https://packagist.org/packages/honed/modal)[ Docs](https://github.com/honedlabs/modal)[ RSS](/packages/honed-modal/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (2)Dependencies (11)Versions (7)Used By (0)

[   ![](art/header-light.png) ](https://honed.dev/modal)Modal
=====

[](#modal)

 [![Build Status](https://github.com/honedlabs/modal/actions/workflows/tests.yml/badge.svg)](https://github.com/honedlabs/modal/actions) [![Code Coverage](https://raw.githubusercontent.com/honedlabs/modal/main/badge-coverage.svg)](https://github.com/honedlabs/modal) [![Total Downloads](https://camo.githubusercontent.com/3daaf1adb1f3fba530329363294beb2a06264988990f250247c10dba83bc9396/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f686f6e65642f6d6f64616c)](https://packagist.org/packages/honed/modal) [![Latest Stable Version](https://camo.githubusercontent.com/4bd8e0019f2c834d098480cfc06d772fabb21614ee7d25559caee97b5d1202a0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f686f6e65642f6d6f64616c)](https://packagist.org/packages/honed/modal)

**Modal** enables you to build dynamic modal dialogs for your Inertia-powered Laravel apps on separate routes.

Installation
------------

[](#installation)

> **Requires [PHP 8.2+](https://php.net/releases/)**

> **Requires [Laravel 11+](https://laravel.com/docs/releases).**

Get started with the package by requiring it in your PHP project using [Composer](https://getcomposer.org/).

```
composer require honed/modal
```

Companion
---------

[](#companion)

> **Requires [Vue.js 3.4+](https://vuejs.org/about/releases.html).**

> **Requires [Inertia.js 1.2+](https://inertiajs.com/client-side-setup)**

Get started with the [companion package](https://github.com/honedlabs/modal-vue) by installing it as a node dependency via [NPM](https://npmjs.com).

```
npm install @honed/modal
```

Documentation
-------------

[](#documentation)

Please refer to the [documentation](https://honed.dev/modal) for the usage of the package.

License
-------

[](#license)

**Modal** was created by [Joshua Wallace](https://joshua-wallace.com) under the [MIT license](https://opensource.org/licenses/MIT). It was a fork of [Momentum Modal](https://github.com/lepikhinb/momentum-modal), with derivations from [InertiaUI Modal](https://github.com/inertiaui/modal).

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance79

Regular maintenance activity

Popularity6

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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 ~325 days

Total

2

Last Release

206d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/15a6681aedaa970f3cdc6061a522528ee8d5b9de8003ac0ba0a32bd445b28442?d=identicon)[jdw5](/maintainers/jdw5)

---

Top Contributors

[![jdw5](https://avatars.githubusercontent.com/u/87954417?v=4)](https://github.com/jdw5 "jdw5 (65 commits)")[![lepikhinb](https://avatars.githubusercontent.com/u/17538801?v=4)](https://github.com/lepikhinb "lepikhinb (47 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (24 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (22 commits)")[![robertvansteen](https://avatars.githubusercontent.com/u/14931924?v=4)](https://github.com/robertvansteen "robertvansteen (3 commits)")[![laravel-shift](https://avatars.githubusercontent.com/u/15991828?v=4)](https://github.com/laravel-shift "laravel-shift (2 commits)")[![yoeriboven](https://avatars.githubusercontent.com/u/4047804?v=4)](https://github.com/yoeriboven "yoeriboven (1 commits)")[![choowx](https://avatars.githubusercontent.com/u/63900628?v=4)](https://github.com/choowx "choowx (1 commits)")[![josemariagomez](https://avatars.githubusercontent.com/u/43571126?v=4)](https://github.com/josemariagomez "josemariagomez (1 commits)")[![vmitchell85](https://avatars.githubusercontent.com/u/1248035?v=4)](https://github.com/vmitchell85 "vmitchell85 (1 commits)")[![altercode](https://avatars.githubusercontent.com/u/2052011?v=4)](https://github.com/altercode "altercode (1 commits)")

---

Tags

laravelinertiamodalhoned

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/honed-modal/health.svg)

```
[![Health](https://phpackages.com/badges/honed-modal/health.svg)](https://phpackages.com/packages/honed-modal)
```

###  Alternatives

[emargareten/inertia-modal

Inertia Modal is a Laravel package that lets you implement backend-driven modal dialogs for Inertia apps.

88103.7k](/packages/emargareten-inertia-modal)[webfactor/laravel-backpack-instant-fields

Instant fields to create/edit/delete related entities on the fly in Laravel Backpack

486.9k](/packages/webfactor-laravel-backpack-instant-fields)

PHPackages © 2026

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