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

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

ritey/forms
===========

PHP dynamic forms library

08PHP

Since Apr 15Pushed 10y ago1 watchersCompare

[ Source](https://github.com/ritey/forms)[ Packagist](https://packagist.org/packages/ritey/forms)[ RSS](/packages/ritey-forms/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

Forms
=====

[](#forms)

Forms is a PHP library class to make dynamic form building easy

[![Latest Stable Version](https://camo.githubusercontent.com/abd5c40f7f4aaf6542b752d98460b0cfe07eda7eea7ea3426a3bcd6da2d5cc88/68747470733a2f2f706f7365722e707567782e6f72672f72697465792f666f726d732f762f737461626c652e737667)](https://packagist.org/packages/ritey/forms) [![Total Downloads](https://camo.githubusercontent.com/9e132bb3ccdfa6ec9e3065152e09ee2c69e9465980dde80be26ec737f5d0932f/68747470733a2f2f706f7365722e707567782e6f72672f72697465792f666f726d732f646f776e6c6f6164732e737667)](https://packagist.org/packages/ritey/forms) [![Latest Unstable Version](https://camo.githubusercontent.com/793f958cc30b0c8bace8ce1f8cf1897348774b75dcdc14e7659bb763b10c9afd/68747470733a2f2f706f7365722e707567782e6f72672f72697465792f666f726d732f762f756e737461626c652e737667)](https://packagist.org/packages/ritey/forms) [![License](https://camo.githubusercontent.com/2783013948ad6a4a153f6f6bc2d0972f2f311353977a2b1aa7035ddd38057c1e/68747470733a2f2f706f7365722e707567782e6f72672f72697465792f666f726d732f6c6963656e73652e737667)](https://packagist.org/packages/ritey/forms)

Composer
--------

[](#composer)

To install Forms as a Composer package, simply add this to your composer.json:

```
"ritey/forms": "dev-master"
```

..and run `composer update`. Once it's installed, if you're using Laravel 5, you can register the service provider in `app/config/app.php` in the `providers` array add :

```
Ritey\Forms\FormsServiceProvider::class
```

You can also benefit from using a Forms Facade in Laravel 5 by adding to the alias array also in app.php below the providers array

```
'Forms'    => Ritey\Forms\Facades\FormsFacade,
```

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

[](#documentation)

If you're using Laravel, publish the config file by running

```
php artisan vendor:publish
```

If you aren't using Laravel then you can create a Forms object by:

```
use Forms\Forms;

$forms = new Forms();
```

For more information about how to use the Forms class, read the [Wiki](https://github.com/ritey/forms/wiki)

Copyright and Licence
---------------------

[](#copyright-and-licence)

Forms has been written by David Wright and is released under the MIT License.

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

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/b7e87792f962044e6b4cc7772cba63c36e075886963bb700b7acc10951c6e581?d=identicon)[ritey](/maintainers/ritey)

---

Top Contributors

[![ritey](https://avatars.githubusercontent.com/u/588686?v=4)](https://github.com/ritey "ritey (3 commits)")

### Embed Badge

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

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

###  Alternatives

[pheme/yii2-settings

Yii2 Database settings

152766.8k7](/packages/pheme-yii2-settings)[pinkary-project/type-guard

Type Guard module is part of the Pinkary Project, and allows you to \*\*narrow down the type\*\* of a variable to a more specific type.

198131.3k25](/packages/pinkary-project-type-guard)[sevendays/filament-page-builder

A visual page builder for Filament

541.2k](/packages/sevendays-filament-page-builder)[netzmacht/contao-leaflet-maps

Contao Leaflet maps integration

1111.0k1](/packages/netzmacht-contao-leaflet-maps)

PHPackages © 2026

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