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.3.0(1mo ago)0403MITPHPPHP ^8.3CI 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 today

READMEChangelog (3)Dependencies (22)Versions (12)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.3+](https://php.net/releases/)**

> **Requires [Laravel 12+](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

46

—

FairBetter than 92% of packages

Maintenance92

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity51

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

Total

3

Last Release

39d ago

PHP version history (2 changes)v0.1.0PHP ^8.2

v0.3.0PHP ^8.3

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/87954417?v=4)[Joshua Wallace](/maintainers/jdw5)[@jdw5](https://github.com/jdw5)

---

Top Contributors

[![jdw5](https://avatars.githubusercontent.com/u/87954417?v=4)](https://github.com/jdw5 "jdw5 (70 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] (27 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (23 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.

90142.9k](/packages/emargareten-inertia-modal)[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[erag/laravel-lang-sync-inertia

A powerful Laravel package for syncing and managing language translations across backend and Inertia.js (Vue/React/Svelte) frontends, offering effortless localization, auto-sync features, and smooth multi-language support for modern Laravel applications.

4925.3k](/packages/erag-laravel-lang-sync-inertia)

PHPackages © 2026

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