PHPackages                             happydemon/laravel-parsley - 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. happydemon/laravel-parsley

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

happydemon/laravel-parsley
==========================

Converts FormRequest rules to Parsley rules

0.4.1(10y ago)5832[2 issues](https://github.com/happyDemon/laravel-parsley/issues)[1 PRs](https://github.com/happyDemon/laravel-parsley/pulls)PHPPHP &gt;=5.4.0

Since Oct 7Pushed 10y ago2 watchersCompare

[ Source](https://github.com/happyDemon/laravel-parsley)[ Packagist](https://packagist.org/packages/happydemon/laravel-parsley)[ RSS](/packages/happydemon-laravel-parsley/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (2)Dependencies (3)Versions (6)Used By (0)

laravel-parsley
===============

[](#laravel-parsley)

Converts [FormRequest](http://laravel.com/docs/5.0/validation#form-request-validation) rules to [Parsley](http://parsleyjs.org/) rules.

Install
-------

[](#install)

If you have previously set up `LaravelCollective/Html` or `Illuminate/Html` you can remove its service provider from `app/config`

in `app/config` add the following under service providers:

`HappyDemon\LaravelParsley\LaravelParsleyServiceProvider`

If you haven't already, add these facades:

```
'Form' => 'Collective\Html\FormFacade',
'Html' => 'Collective\Html\HtmlFacade',

```

Useage
------

[](#useage)

All that's needed is for you to supply the name of the `FormRequest` in the `request` key when opening a form.

```
Form::open(['request' => 'YourFormRequestClass'])
Form::model(['request' => 'YourFormRequestClass'])

```

Lastly you should include parsley's scripts on the page and activate parsley for your form.

easy enough don't you think?

### Validation rules

[](#validation-rules)

ImplementedNot implementedrequiredacceptedemailafter:(date)minbefore:(date)maxbefore:(date)betweendate\_formatintegerdifferenturlinalpha\_numnot\_inalpha\_daship\_addressalpharegexconfirmed

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance12

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% 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 ~67 days

Total

5

Last Release

3973d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/91a724ec7e90c57050c6fa0fa34f9faeec7041896866d4f8ddc85ed00b0f8887?d=identicon)[happyDemon](/maintainers/happyDemon)

---

Top Contributors

[![happyDemon](https://avatars.githubusercontent.com/u/38573?v=4)](https://github.com/happyDemon "happyDemon (15 commits)")[![jhaoda](https://avatars.githubusercontent.com/u/2151259?v=4)](https://github.com/jhaoda "jhaoda (10 commits)")

---

Tags

laravelhtmllaravel 5formparsleyparsleyjscollective

### Embed Badge

![Health badge](/badges/happydemon-laravel-parsley/health.svg)

```
[![Health](https://phpackages.com/badges/happydemon-laravel-parsley/health.svg)](https://phpackages.com/packages/happydemon-laravel-parsley)
```

###  Alternatives

[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[vinkius-labs/laravel-page-speed

Laravel Page Speed

2.5k5.4k1](/packages/vinkius-labs-laravel-page-speed)[orchestra/html

HTML Component for Orchestra Platform

40112.6k2](/packages/orchestra-html)[barryvdh/laravel-form-bridge

This packages integrates Symfony Form Component in Laravel.

163354.8k1](/packages/barryvdh-laravel-form-bridge)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[okipa/laravel-form-components

Ready-to-use and customizable form components.

198.0k1](/packages/okipa-laravel-form-components)

PHPackages © 2026

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