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

ActiveLibrary

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

01

Since May 13Pushed 3w agoCompare

[ Source](https://github.com/juaniquillo/laravel-backend-component-docs)[ Packagist](https://packagist.org/packages/juaniquillo/laravel-backend-component-docs)[ RSS](/packages/juaniquillo-laravel-backend-component-docs/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

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

[](#laravel-backend-component)

Build dynamic, class-based HTML components in PHP — no raw Blade HTML required.

Documentation
-------------

[](#documentation)

\#TitleDescription01[Start Here](01-start-here.md)Overview, quick tour, prerequisites02[Intro and Install](02-intro-and-install.md)Installation, Tailwind config, view namespace03[How to Use](03-how-to-use.md)Creating components, content, attributes, nesting, Livewire, serialization04[Builders and Enum](04-builders-and-enum.md)Three builders, all 50+ enum cases05[Theming](05-theming.md)Theme file format, single/multi/batch apply06[Blade Use](06-blade-use.md)Template anatomy, $attrs bag, rendering pipeline07[Helpers](07-helpers.md)Namespaced helper functions08[Notes](08-notes.md)Architecture, code style, testing, adding componentsInstall
-------

[](#install)

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

Quick example
-------------

[](#quick-example)

```
use Juaniquillo\BackendComponents\Builders\ComponentBuilder;
use Juaniquillo\BackendComponents\Enums\ComponentEnum;

$button = ComponentBuilder::make(ComponentEnum::BUTTON)
    ->setContent('Click me')
    ->setTheme('action', 'success');
```

License
-------

[](#license)

[MIT](LICENSE)

###  Health Score

20

—

LowBetter than 13% of packages

Maintenance62

Regular maintenance activity

Popularity2

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity11

Early-stage or recently created project

 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://avatars.githubusercontent.com/u/93321?v=4)[Victor Sanchez](/maintainers/juaniquillo)[@juaniquillo](https://github.com/juaniquillo)

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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