PHPackages                             mchampaneri/larauicomp - 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. [Templating &amp; Views](/categories/templating)
4. /
5. mchampaneri/larauicomp

ActiveLaravel-dependant[Templating &amp; Views](/categories/templating)

mchampaneri/larauicomp
======================

Frequently used ui components that are dependant on the return from the database and have some kind of uniformity in the reprsentation. For example tables, list. By the way we are going to increase components as we find.

0.0.1(9y ago)1311opensourceHTML

Since Dec 5Pushed 9y agoCompare

[ Source](https://github.com/mchampaneri/laravel-larauicomp)[ Packagist](https://packagist.org/packages/mchampaneri/larauicomp)[ RSS](/packages/mchampaneri-larauicomp/feed)WikiDiscussions master Synced today

READMEChangelog (1)DependenciesVersions (2)Used By (0)

laravel-larauicomp
==================

[](#laravel-larauicomp)

Package is created to reduce the time to creating the ui componenets (like table) having same presentation with different attributes. It takes the data to put in the component and type of ui component and than renders the view according to the input

Supported components
====================

[](#supported-components)

At this moment only one components is Supported Table

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

[](#installation)

First Get It Through The Composer

```
  composer require mchampaneri/larauicomp

```

Copy The ServiceProvider To config/app.php in **providers** array

```
   mchampaneri\larauicomp\UiCompServiceProvider::class

```

Copy The Facade To config/app.php in **aliases** array

```
   mchampaneri\timeslicer\UiCompServiceProvider::class

```

Second You have to publish the package

```
  php artisan vendor:publish

```

```
This command will publish all assets file need by the package at appropriate direcotries.

```

After This Three Steps are ready to use the larauicomp

Setup
-----

[](#setup)

At first you have to set the config file of larauicomp. Define the default css class for components otherwise it will take blank as default

In the second step you are ready to use this package where ever you want

Use
---

[](#use)

This is a library of views so you have to just include the view of component like this

```
$data = // Array of Data
@include('uicomp::table',['data'=>$data])

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity53

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

Unknown

Total

1

Last Release

3494d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/69e8a6530530ef48eb119d9039ea82ec20808b2684bde7512ccbfa6ef640c707?d=identicon)[mchampaneri](/maintainers/mchampaneri)

---

Top Contributors

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

---

Tags

laravelui-components

### Embed Badge

![Health badge](/badges/mchampaneri-larauicomp/health.svg)

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

###  Alternatives

[mkocansey/bladewind

Laravel UI Components using TailwindCSS, Blade Templates and vanilla Javascript

685119.1k](/packages/mkocansey-bladewind)[developermithu/tallcraftui

TallCraftUI is a Laravel blade UI components library built on TALL stack

1662.9k](/packages/developermithu-tallcraftui)[itstructure/laravel-grid-view

Grid view for laravel framework

2447.9k2](/packages/itstructure-laravel-grid-view)[ycs77/inertia-laravel-ssr-head

Simple SSR Head for Inertia Laravel

3413.0k](/packages/ycs77-inertia-laravel-ssr-head)

PHPackages © 2026

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