PHPackages                             dashed/dashed-forms - 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. dashed/dashed-forms

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

dashed/dashed-forms
===================

This is my package dashed-forms

v4.2.19(2w ago)01.8k[3 PRs](https://github.com/DashedCMS/dashed-forms/pulls)MITPHPPHP ^8.3|^8.4CI failing

Since Aug 7Pushed 2w ago1 watchersCompare

[ Source](https://github.com/DashedCMS/dashed-forms)[ Packagist](https://packagist.org/packages/dashed/dashed-forms)[ Docs](https://github.com/Dashed-DEV/dashed-forms)[ GitHub Sponsors](https://github.com/Dashed)[ RSS](/packages/dashed-dashed-forms/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (32)Versions (138)Used By (0)

This is my package dashed-forms
===============================

[](#this-is-my-package-dashed-forms)

[![Latest Version on Packagist](https://camo.githubusercontent.com/b354d1c28f6c705f7515d9de58a8a49269048ff15d7c60f7a86d0188886d004f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7175626971782f6461736865642d666f726d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/qubiqx/dashed-forms)[![GitHub Tests Action Status](https://camo.githubusercontent.com/f05a2b06e3cfe027d0a2432bb23a90e6ae1da4d338874f81a190eb8e0c0e2c4d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7175626971782f6461736865642d666f726d732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/qubiqx/dashed-forms/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/37a52ab6d1abb17fb3c46edaf2e108adbb7777687b4e3166bc24c1c1f6887bda/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f7175626971782f6461736865642d666f726d732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/qubiqx/dashed-forms/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/8812f987d6a15f9d276b8d22d5b781997739d70fee42e187df8a4efa4ebcfd77/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7175626971782f6461736865642d666f726d732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/qubiqx/dashed-forms)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/cc39039e509c528504de5f063f6870ec0fc18eaf792bb326cc7e083a03792e2b/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6461736865642d666f726d732e6a70673f743d31)](https://spatie.be/github-ad-click/dashed-forms)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require dashed/dashed-forms
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="dashed-forms-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="dashed-forms-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="dashed-forms-views"
```

Usage
-----

[](#usage)

```
$dashedForms = new Dashed\dashedForms();
echo $dashedForms->echoPhrase('Hello, Qubiqx!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Robin van Maasakker](https://github.com/Qubiqx)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

55

—

FairBetter than 97% of packages

Maintenance96

Actively maintained with recent releases

Popularity19

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity79

Established project with proven stability

 Bus Factor1

Top contributor holds 98.3% 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 ~8 days

Recently: every ~1 days

Total

133

Last Release

18d ago

Major Versions

v1.0 → v2.0.32023-08-18

v1.0.1 → v2.0.12023-08-18

v2.0.83 → v4.0.02025-10-26

PHP version history (4 changes)v1.0PHP ^8.2

v2.0.29PHP ^8.3

v2.0.60PHP ^8.4

v2.0.61PHP ^8.3|^8.4

### Community

Maintainers

![](https://www.gravatar.com/avatar/a7b24523d1886867475cbc2b4342b54b4427055e5b03745170d5299d2946cae7?d=identicon)[Robinvm](/maintainers/Robinvm)

---

Top Contributors

[![Robinvm](https://avatars.githubusercontent.com/u/22294849?v=4)](https://github.com/Robinvm "Robinvm (115 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (1 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (1 commits)")

---

Tags

laravelDasheddashed-forms

###  Code Quality

TestsPest

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/dashed-dashed-forms/health.svg)

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

###  Alternatives

[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[stephenjude/filament-feature-flags

Filament implementation of feature flags and segmentation with Laravel Pennant.

122177.8k1](/packages/stephenjude-filament-feature-flags)[tapp/filament-form-builder

User facing form builder using Filament components

132.4k3](/packages/tapp-filament-form-builder)

PHPackages © 2026

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