PHPackages                             juaniquillo/laravel-backend-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. juaniquillo/laravel-backend-component

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

juaniquillo/laravel-backend-component
=====================================

Use Laravel component using php classes

v0.5.5(1mo ago)0407↑109.4%MITPHPPHP ^8.2

Since Jan 22Pushed 1mo agoCompare

[ Source](https://github.com/juaniquillo/laravel-backend-component)[ Packagist](https://packagist.org/packages/juaniquillo/laravel-backend-component)[ Docs](https://github.com/juaniquillo/laravel-backend-component)[ GitHub Sponsors](https://github.com/Juaniquillo)[ RSS](/packages/juaniquillo-laravel-backend-component/feed)WikiDiscussions main Synced today

READMEChangelog (10)Dependencies (30)Versions (15)Used By (0)

Laravel Backend Component
=========================

[](#laravel-backend-component)

[![Tests](https://github.com/juaniquillo/laravel-backend-component/actions/workflows/run-tests.yml/badge.svg)](https://github.com/juaniquillo/laravel-backend-component/actions/workflows/run-tests.yml) [![PHPStan](https://github.com/juaniquillo/laravel-backend-component/actions/workflows/phpstan.yml/badge.svg)](https://github.com/juaniquillo/laravel-backend-component/actions/workflows/phpstan.yml) [![Laravel Pint](https://github.com/juaniquillo/laravel-backend-component/actions/workflows/fix-php-code-style-issues.yml/badge.svg)](https://github.com/juaniquillo/laravel-backend-component/actions/workflows/fix-php-code-style-issues.yml)

A package that simplifies the creation of dynamic, class-based Laravel components.

This package allows you to build complex, reusable UI components in PHP, making your backend and frontend integration seamless.

Note

#### About this fork.

[](#about-this-fork)

This repository is a fork of [Chat-Agency/laravel-backend-component](https://github.com/Chat-Agency/laravel-backend-component). I worked on this repository while I was working with that company and decided to fork it and take ownership of it.

View the full documentation (In Progress)

Tip

#### Laravel Boost Skill

[](#laravel-boost-skill)

If you use [Laravel Boost](https://github.com/aleksipopovicdev/laravel-boost), install the AI skill:

```
php artisan boost:add-skill https://github.com/juaniquillo/laravel-backend-component
```

Install the package via Composer:

```
composer require juaniquillo/laravel-backend-component
```

To use the package’s [Tailwind](https://tailwindcss.com/) themes, configure Tailwind to scan the package's Blade files. The method differs slightly between Tailwind versions:

### Tailwind CSS v3:

[](#tailwind-css-v3)

Add the package's view path to the content array in your tailwind.config.js file:

```
// tailwind.config.js
export default {
    content: [
        './vendor/juaniquillo/laravel-backend-component/resources/views/**/*.blade.php', // setTheme('theme_file', 'theme_name');
```

Serialization
-------------

[](#serialization)

Component trees can be serialized to arrays and restored, preserving attributes, content, themes, and Livewire state:

```
use Juaniquillo\BackendComponents\Factories\ComponentFactory;

// Serialize the entire component tree
$array = $component->toArray();

// Restore it later
$restored = ComponentFactory::fromArray($array);
```

This works recursively for nested content, making it useful for caching, session storage, or API responses.

Tests
=====

[](#tests)

Run tests using Composer:

```
composer test

```

If you're submitting a pull request, use the `qa` command—it runs `phpstan`, `pint`, and `tests`. These are the same checks performed in GitHub Actions

```
composer qa

```

License
=======

[](#license)

This package is licensed under the [MIT License](https://choosealicense.com/licenses/mit/#).

###  Health Score

43

—

FairBetter than 89% of packages

Maintenance90

Actively maintained with recent releases

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.3% 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 ~10 days

Recently: every ~1 days

Total

12

Last Release

48d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/93321?v=4)[Victor Sanchez](/maintainers/juaniquillo)[@juaniquillo](https://github.com/juaniquillo)

---

Top Contributors

[![victorchat](https://avatars.githubusercontent.com/u/2699461?v=4)](https://github.com/victorchat "victorchat (342 commits)")[![juaniquillo](https://avatars.githubusercontent.com/u/93321?v=4)](https://github.com/juaniquillo "juaniquillo (41 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (11 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (5 commits)")[![Chatagency](https://avatars.githubusercontent.com/u/75493588?v=4)](https://github.com/Chatagency "Chatagency (2 commits)")

---

Tags

laravelcomponentlaravel-backend-componentJuaniquillo

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/juaniquillo-laravel-backend-component/health.svg)

```
[![Health](https://phpackages.com/badges/juaniquillo-laravel-backend-component/health.svg)](https://phpackages.com/packages/juaniquillo-laravel-backend-component)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

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