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.2.0(1mo ago)015↓50%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 1mo ago

READMEChangelog (2)Dependencies (20)Versions (5)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)

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');
```

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

39

—

LowBetter than 86% of packages

Maintenance90

Actively maintained with recent releases

Popularity8

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 91.7% 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 ~27 days

Total

3

Last Release

57d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/15a0c59545080f6df7350024669571651a268426040854c23e264d263076383b?d=identicon)[juaniquillo](/maintainers/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 (13 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-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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