PHPackages                             distilleries/integration - 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. [Framework](/categories/framework)
4. /
5. distilleries/integration

ActiveLibrary[Framework](/categories/framework)

distilleries/integration
========================

Tool to have a dashboard of component of the app.

1.2.0(6y ago)01.3k1MITHTMLPHP &gt;=7.1.3

Since Jul 11Pushed 6y ago1 watchersCompare

[ Source](https://github.com/Distilleries/Integration)[ Packagist](https://packagist.org/packages/distilleries/integration)[ RSS](/packages/distilleries-integration/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (7)Dependencies (9)Versions (8)Used By (0)

[![Total Downloads](https://camo.githubusercontent.com/123f943d3dd0a3551902572c61a1a3ccb0d3d297295ba238288d8b231c56d0ba/68747470733a2f2f706f7365722e707567782e6f72672f64697374696c6c65726965732f696e746567726174696f6e2f646f776e6c6f616473)](https://packagist.org/packages/distilleries/integration)[![Latest Stable Version](https://camo.githubusercontent.com/0060d5031b1f9c05958890501e4d9b82df84ee679aa36684a8db107e621ab8ed/68747470733a2f2f706f7365722e707567782e6f72672f64697374696c6c65726965732f696e746567726174696f6e2f76657273696f6e)](https://packagist.org/packages/distilleries/integration)[![License](https://camo.githubusercontent.com/f251623e510f5909f16ae3f4e6e548dac11340b9fde1a99be26b015b39272c00/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f6c6963656e73652d4d49542d627269676874677265656e2e7376673f7374796c653d666c6174)](LICENSE)

Integration
===========

[](#integration)

Integration is package to work with frontend developer.

Table of contents
-----------------

[](#table-of-contents)

Installation
------------

[](#installation)

Auto detect package has been set on this release.

Add on your composer.json

```
    "require": {
        "distilleries/integration": "1.*",
    }
```

run `composer update`.

Add Service provider to `config/app.php`:

(or auto-loaded if Laravel &gt;= 5.7)

```
    'providers' => [
        //
        // Package Service Providers...
        //
        Distilleries\Integration\IntegrationServiceProvider::class,
    ]
```

Configurations
--------------

[](#configurations)

```
    return [
        'path_partial_component' => resource_path('views/frontend/integration/components/partials'),
        'controller' => '\Distilleries\Integration\Http\Controllers\Frontend\IntegrationController@getComponentDetail',
        'prefix_uri' => 'integration',
        'disabled' => false,
        'pages' => [
            [
                'name' => 'Page FAQ Example',
                'slug' => 'faq',
                'status' => 'done', //done,in_progress,todo
                'view' => 'integration::frontend.integration.pages.faq',
            ],
        ],
    ];
```

FieldUsagepath\_partial\_componentPath where to load partial componentcontrollerController and methode use to get detail iframeprefix\_uriUri prefix for integration routedisabledDisable the integration generationpagesTable of static pageUsage
-----

[](#usage)

```
    @component('frontend.components.forms.buttons',transform('Forms\ButtonsTransformer', [
        'type' => 'submit',
        'background' => '',
        'border' => 'border-enabled',
        'text_color' => 'text-grey',
        'size' => 'small',
    ]))
        @slot('label')
            EDIT
        @endslot
    @endcomponent
```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity15

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity63

Established project with proven stability

 Bus Factor1

Top contributor holds 80% 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 ~117 days

Recently: every ~171 days

Total

7

Last Release

2528d ago

PHP version history (2 changes)1.0.0PHP &gt;=5.6.4

1.1.0PHP &gt;=7.1.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/c1edc17683ed39a2cc6dbe453c2c5aaa63468fc5b54f13941f260ebe260da211?d=identicon)[Kezho](/maintainers/Kezho)

---

Top Contributors

[![mfrancoisbbs](https://avatars.githubusercontent.com/u/133215273?v=4)](https://github.com/mfrancoisbbs "mfrancoisbbs (24 commits)")[![bbs-smuller](https://avatars.githubusercontent.com/u/18079210?v=4)](https://github.com/bbs-smuller "bbs-smuller (3 commits)")[![mfrancois](https://avatars.githubusercontent.com/u/654224?v=4)](https://github.com/mfrancois "mfrancois (3 commits)")

---

Tags

frameworklaraveladmingulpform generatordistilleriesdatatable-generatorexpendable

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/distilleries-integration/health.svg)

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

###  Alternatives

[distilleries/expendable

Expendable is an admin panel base on laravel 5.\*. This package give you some implementation do add a content management system of your application. You can override everything. This Cms give view few tools to develop your content management easily and properly.

298.8k2](/packages/distilleries-expendable)[laravel/lumen-framework

The Laravel Lumen Framework.

1.5k26.2M709](/packages/laravel-lumen-framework)[defstudio/pest-plugin-laravel-expectations

A plugin to add laravel tailored expectations to Pest

98548.9k4](/packages/defstudio-pest-plugin-laravel-expectations)

PHPackages © 2026

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