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

ActiveLibrary

cpk/laravel-parsley
===================

Converts FormRequest rules to Parsley rules

018PHP

Since Oct 31Pushed 8y ago1 watchersCompare

[ Source](https://github.com/cpk/laravel-parsley)[ Packagist](https://packagist.org/packages/cpk/laravel-parsley)[ RSS](/packages/cpk-laravel-parsley/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)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. Build on Madnh library

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

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/9ad38dd16853b7e585dc4e932332c53472ca93e8f98eb23c6d56ae13cd8588bc?d=identicon)[cuipapknight](/maintainers/cuipapknight)

---

Top Contributors

[![cpk](https://avatars.githubusercontent.com/u/6839389?v=4)](https://github.com/cpk "cpk (1 commits)")

### Embed Badge

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

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

PHPackages © 2026

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