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)0388↓100%MITBladePHP &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 1mo ago

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 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity37

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

933d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/dc664a96a5cf878d6c389b180c66f2925f7ecd4aa95478eb40ae875c92258a35?d=identicon)[pphatdev](/maintainers/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/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M191](/packages/laravel-telescope)[spiral/roadrunner

RoadRunner: High-performance PHP application server and process manager written in Go and powered with plugins

8.4k12.2M84](/packages/spiral-roadrunner)[nolimits4web/swiper

Most modern mobile touch slider and framework with hardware accelerated transitions

41.8k177.2k1](/packages/nolimits4web-swiper)[laravel/dusk

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

1.9k36.7M256](/packages/laravel-dusk)[laravel/prompts

Add beautiful and user-friendly forms to your command-line applications.

708181.8M592](/packages/laravel-prompts)[cakephp/chronos

A simple API extension for DateTime.

1.4k47.7M121](/packages/cakephp-chronos)

PHPackages © 2026

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