PHPackages                             webmachine/form - 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. webmachine/form

ActiveLibrary

webmachine/form
===============

Form for Laravel 5

0423↓100%PHP

Since Mar 10Pushed 4y ago2 watchersCompare

[ Source](https://github.com/webmachineltda/form)[ Packagist](https://packagist.org/packages/webmachine/form)[ RSS](/packages/webmachine-form/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Form for Laravel 5
==================

[](#form-for-laravel-5)

Install
-------

[](#install)

Via Composer

```
$ composer require webmachine/form
```

Next, you must install the service provider and facade alias:

```
// config/app.php
'providers' => [
    ...
    Webmachine\Form\FormServiceProvider::class,
];

...

'aliases' => [
    ...
    'Form' => Webmachine\Form\FormFacade::class,
];
```

Publish

```
$ php artisan vendor:publish --provider="Webmachine\Form\FormServiceProvider"
```

Usage
-----

[](#usage)

In your views

```
{!! Form::text('mytext', ['class' => 'myclass']) !!}
```

License
-------

[](#license)

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

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity26

Early-stage or recently created project

 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/71db86d24b04a18c9016c8b517c9021df438cd3ad4a704bd5a5d2131ca58c1fc?d=identicon)[webmachine](/maintainers/webmachine)

---

Top Contributors

[![caacuna](https://avatars.githubusercontent.com/u/8000557?v=4)](https://github.com/caacuna "caacuna (13 commits)")

### Embed Badge

![Health badge](/badges/webmachine-form/health.svg)

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

PHPackages © 2026

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