PHPackages                             imthebestgamer12k/collective-adapter - 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. imthebestgamer12k/collective-adapter

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

imthebestgamer12k/collective-adapter
====================================

A compatibility solution for migrating old Laravel collective to new Laravel version

v1.0.3(2mo ago)08↓50%MITPHPPHP ^7.2 || ^8.1

Since Jan 11Pushed 2mo agoCompare

[ Source](https://github.com/imthebestgamer12k/CollectiveAdapter)[ Packagist](https://packagist.org/packages/imthebestgamer12k/collective-adapter)[ RSS](/packages/imthebestgamer12k-collective-adapter/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (5)Used By (0)

\# =============LARAVEL COLLECTIVE ADAPTER==================

\## A compatibility solution for migrating old Laravel collective to new Laravel version

BRIEF DECRIPTION OF THE PROJECT:

This project was mainly created for Laravel artisans who are looking for solutions/alternative on re-using Laravel Collective Form in Laravel blades.

\## Installation

STEPS TO INSTALL THIS PRJECT:

1. Open terminal in your project directory. (or use Git Bash)
2. Run composer require imthebestgamer12k/collective-adapter
3. Run composer dump-autoload
4. Check the newly installed collective-adapter package in your vendor folder

\## Usage

HOW TO USE THE PACKAGE:

1. To use this package, go to your App/Providers directory. Edit the AppServiceProvider
2. Under your namespace add "use Niel\\CollectiveAdapter\\Services\\FormService;"
3. Open config/app.php and then register the Form Facade with an alias named "Form"

    ```
      'Form' => Niel\CollectiveAdapter\Facades\Form::class,

    ```
4. Bind FormService to the global 'form' facade helper and put this code inside the register() function:

    ```
     $this->app->bind('form', function ($app) {
         return new FormService();
     });

    ```

\## Technologies Used

- Git
- Composer
- Php 7.2.\* (For Laravel v 7+
- PHP 8.1.\* (For Laravel v 9+ &amp; above)

\## AUTHOR/CREATED BY:

Lien Yabis(Niel Sibay)

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance86

Actively maintained with recent releases

Popularity5

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity46

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.

###  Release Activity

Cadence

Every ~18 days

Total

4

Last Release

68d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6412a24f4ceb5f80b5e37059a32ae11af8f1266bd46c48f083c1b196a13aca0f?d=identicon)[imthebestgamer12k](/maintainers/imthebestgamer12k)

---

Top Contributors

[![imthebestgamer12k](https://avatars.githubusercontent.com/u/249039121?v=4)](https://github.com/imthebestgamer12k "imthebestgamer12k (7 commits)")

### Embed Badge

![Health badge](/badges/imthebestgamer12k-collective-adapter/health.svg)

```
[![Health](https://phpackages.com/badges/imthebestgamer12k-collective-adapter/health.svg)](https://phpackages.com/packages/imthebestgamer12k-collective-adapter)
```

###  Alternatives

[dnadesign/silverstripe-advanceddropdowns

DropdownField and GroupedDropdownField that allows the use of data-attributes on each option tag

1717.3k](/packages/dnadesign-silverstripe-advanceddropdowns)[matthiasnoback/php-workshop-tools

261.8k](/packages/matthiasnoback-php-workshop-tools)

PHPackages © 2026

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