PHPackages                             tetrix/tetrix - 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. tetrix/tetrix

ActiveLibrary[Framework](/categories/framework)

tetrix/tetrix
=============

Tetrix provides a modern, opinionated set of full-stack Laravel components that help developers build applications quickly and efficiently.

068PHP

Since Apr 1Pushed 11mo agoCompare

[ Source](https://github.com/tetrixdev/tetrix)[ Packagist](https://packagist.org/packages/tetrix/tetrix)[ RSS](/packages/tetrix-tetrix/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

Tetrix
======

[](#tetrix)

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

[](#installation)

To start using Tetrix in your Laravel project, first require this package:

```
composer require tetrix/tetrix
```

Below you can find two ways to install the necessary npm packages and include the Tetrix CSS and JS files in your project.

### Automatic setup of Tetrix NPM packages (recommended)

[](#automatic-setup-of-tetrix-npm-packages-recommended)

Tetrix will automatically install the necessary npm packages and run the necessary commands to get you up and running. You can run the following command:

```
php artisan tetrix:install
```

### Manual Installation

[](#manual-installation)

If you prefer to install the npm packages manually, we require the following packages:

`Package.json` (devDependencies):

- `"alpinejs": "^3.0"`
- `"htmx.org": "^2.0"`
- `"tailwindcss": "^4.0"`

You can install these packages by running:

```
npm install alpinejs@^3.0 htmx.org@^2.0 tailwindcss@^4.0 --save-dev
```

After installing the npm packages, you have to include the following lines in your `resources/css/app.css` file:

```
    @import './../../vendor/tetrix/tetrix/src/Resources/css/tetrix.css')
```

And in your `resources/js/app.js` file:

```
    import './../../vendor/tetrix/tetrix/src/Resources/js/tetrix.js'
```

Usage
-----

[](#usage)

TODO: Write usage instructions

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity17

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://www.gravatar.com/avatar/dc270949091c1f83b1bad3c3891d786892285ad169f44ce91cf461c5601db658?d=identicon)[JFBauer](/maintainers/JFBauer)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[laravel/telescope

An elegant debug assistant for the Laravel framework.

5.2k67.8M192](/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.7M259](/packages/laravel-dusk)[laravel/prompts

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

708181.8M596](/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)
