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

ActiveLibrary[Framework](/categories/framework)

turbotech/turbotech-component
=============================

turbotech/turbotech-components is a Laravel components framework builder developed based on Laravel/framework and TailwindCss for styling. It provides a set of Laravel components that can be used to build Laravel applications.

v0.1.2(2y ago)0390MITBladePHP &gt;=7.4.0

Since Aug 10Pushed 2y agoCompare

[ Source](https://github.com/turbotechlabs/laravel-component)[ Packagist](https://packagist.org/packages/turbotech/turbotech-component)[ Docs](https://turbotech.gitbook.io)[ RSS](/packages/turbotech-turbotech-component/feed)WikiDiscussions main Synced yesterday

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

[![Laravel Logo](cover.png)](https://laravel.com)

[![Total Downloads](https://camo.githubusercontent.com/d917a3b023a91534d6a6d7989bf4a427a8cbe01649561107dee376dd05a2e68a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f747572626f746563682f747572626f746563682d636f6d706f6e656e74)](https://packagist.org/packages/turbotech/turbotech-component)

About turbotech/turbotech-component
===================================

[](#about-turbotechturbotech-component)

Build for SmartERP, and SmartPOS Components

Installation
============

[](#installation)

#### You can install the package via composer:

[](#you-can-install-the-package-via-composer)

```
composer require turbotech/turbotech-component
```

Usage
=====

[](#usage)

#### Inside `providers` of `config/app.php`

[](#inside-providers-of-configappphp)

```
'providers' => [

    /*
    * Laravel Framework Service Providers...
    */
    ...
    TURBOTECH\Component\ServicesProvider::class,
]
```

#### Inside `providers` of `composer.json`

[](#inside-providers-of-composerjson)

```
   "autoload": {
        "psr-4": {
            ...
            "TURBOTECH\\Component\\":"vendor/turbotech/turbotech-component/src"
        }
    },
```

#### Tailwindcss Styling Support:

[](#tailwindcss-styling-support)

Add `./vendor/turbotech/turbotech-component/src/view/*.blade.php` inside `content` to compiling style from package.

```
content: [
    ...
    "./vendor/turbotech/turbotech-component/src/view/*.blade.php",
    "./vendor/turbotech/turbotech-component/src/view/**/*.blade.php",
    "./vendor/turbotech/turbotech-component/src/view/**/**/*.blade.php",
    "./vendor/turbotech/turbotech-component/src/view/**/**/**/*.blade.php",
],
```

#### If compiling via Laravel Modules package:

[](#if-compiling-via-laravel-modules-package)

```
const path = require('path');
```

```
content: [
    ...
    path.join(__dirname, "./vendor/turbotech/turbotech-component/src/view/*.blade.php"),
    path.join(__dirname, "./vendor/turbotech/turbotech-component/src/view/**/*.blade.php"),
    path.join(__dirname, "./vendor/turbotech/turbotech-component/src/view/**/**/*.blade.php"),
    path.join(__dirname, "./vendor/turbotech/turbotech-component/src/view/**/**/**/*.blade.php"),
]
```

then compile css with Tailwindcss

```
npm run watch
```

to start server

```
php artisan serve
```

Contributors
============

[](#contributors)

- [PPhat](https://github.com/pphatDev)

Community
=========

[](#community)

License
=======

[](#license)

The MIT License (MIT). Please see [License File](LICENSE) for more information.

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity38

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.

###  Release Activity

Cadence

Every ~7 days

Total

4

Last Release

987d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/65520537?v=4)[pphat](/maintainers/pphatdev)[@pphatdev](https://github.com/pphatdev)

![](https://www.gravatar.com/avatar/6ec8ba7f29671b2b647ba753c6e5b636893f4f9bee0b423d9116a8288f38d2e4?d=identicon)[turbotechlab](/maintainers/turbotechlab)

![](https://www.gravatar.com/avatar/2d6ad7eac50a1f5a23d0438dabf2eee2ac03fd695c48faa7a5a3c52df7f23b26?d=identicon)[Ty](/maintainers/Ty)

---

Top Contributors

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

---

Tags

turbotechlaravel-componentturbotech-component

### Embed Badge

![Health badge](/badges/turbotech-turbotech-component/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k39.6M299](/packages/laravel-dusk)[nineinchnick/edatatables

Grid widget for the Yii Framework, wrapper for the DataTables jQuery plugin

173.2k](/packages/nineinchnick-edatatables)[link-cloud/fast-hyperf

LinkCloud Fast Hyperf

241.2k1](/packages/link-cloud-fast-hyperf)

PHPackages © 2026

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