PHPackages                             luberius/tailwindcss - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. luberius/tailwindcss

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

luberius/tailwindcss
====================

A Tailwind CSS package for PHP projects

v1.0.1(1y ago)0221MITPHPPHP ^8.0

Since Sep 21Pushed 6mo ago1 watchersCompare

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

READMEChangelogDependencies (4)Versions (3)Used By (1)

Luberius TailwindCSS
====================

[](#luberius-tailwindcss)

A PHP package for integrating TailwindCSS into your projects. This package provides an easy way to download and use the TailwindCSS executable in your PHP applications.

Requirements
------------

[](#requirements)

- PHP 8.0 or higher
- Composer

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

[](#installation)

You can install this package via Composer. Run the following command in your project directory:

```
composer require luberius/tailwindcss
```

Usage
-----

[](#usage)

Here's a basic example of how to use the TailwindCSS package:

```
use Luberius\TailwindCss\TailwindCss;

// Initialize TailwindCSS
$tailwind = new TailwindCss();

// Get the path to the TailwindCSS executable
$executablePath = $tailwind->getBinPath();

// Generate a watch command
$watchCommand = $tailwind->getWatchCommand('input.css', 'output.css');

// Use the watch command in your application
// For example, you might execute it using proc_open() or similar
```

Configuration
-------------

[](#configuration)

The package will automatically determine the correct executable for your operating system and architecture. The executable will be downloaded to the `vendor/bin` directory when installed via Composer.

Development
-----------

[](#development)

To set up the project for development:

1. Clone the repository
2. Run `composer install` to install dependencies
3. Run `composer test` to run the test suite

Contributing
------------

[](#contributing)

Contributions are welcome! Please feel free to submit a Pull Request.

License
-------

[](#license)

This package is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).

Support
-------

[](#support)

If you encounter any problems or have any questions, please open an issue on the GitHub repository.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance54

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity45

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

Every ~0 days

Total

2

Last Release

604d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3870c96245189378af893b129d41e499cb8f847b06d6e307b5e7f4713f1e9219?d=identicon)[luberius](/maintainers/luberius)

---

Top Contributors

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

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[php-soap/wsdl

Deals with WSDLs

173.5M12](/packages/php-soap-wsdl)[fisharebest/webtrees

webtrees online genealogy

73710.5k13](/packages/fisharebest-webtrees)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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