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

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

pieter/form-component
=====================

06PHP

Since Oct 8Pushed 12y ago1 watchersCompare

[ Source](https://github.com/broklyngagah/l4form-component)[ Packagist](https://packagist.org/packages/pieter/form-component)[ RSS](/packages/pieter-form-component/feed)WikiDiscussions master Synced 5d ago

READMEChangelogDependenciesVersions (1)Used By (0)

L4 Form component (practice)
============================

[](#l4-form-component-practice)

This form component just for practice

installing
----------

[](#installing)

for simple way, try using composer, add this on your composer.json file in require tag

```
"pieter/form-component": "dev-master"

```

and run from terminal

```
~/php composer.phar update "pieter/form-component"

```

after that, add this code on **app/config/app.php**

```
array(
  'providers' => array (
        other providers,
        'Pieter\FormComponent\FormComponentServiceProvider',
    ),
  'aliases' => array (
        other aliases,
        'CForm'           => 'Pieter\FormComponent\Facades\CDate',
    )
  ),
)

```

How to use
----------

[](#how-to-use)

just call the cForm from \[your-view\].blade.php

```
{{ CForm::custom_year('tahun', array(2008, 2013)) }}

```

enjoy it !

###  Health Score

20

—

LowBetter than 14% 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/93311efed765c41c2b37ee701ddb342901fd3be1f0edbc01fc0e0844c1489f5b?d=identicon)[broklyngagah](/maintainers/broklyngagah)

---

Top Contributors

[![broklyngagah](https://avatars.githubusercontent.com/u/864445?v=4)](https://github.com/broklyngagah "broklyngagah (6 commits)")

### Embed Badge

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

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

###  Alternatives

[phpreel/static

Laravel package that converts your application into a static HTML website.

162.7k1](/packages/phpreel-static)

PHPackages © 2026

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