PHP Package: gehrisandro/tailwind-merge-php

Tailwind CSS utility class merger tool for optimizing web development workflows.

Current Version: 1.1.2
Last Updated: 2024-05-21
PHP Requirement: ^8.1.0
Dependencies:
gehrisandro/tailwind-merge-core-php
tailwindcss/tailwindcss
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Tailwind Merge PHP is a powerful tool designed to streamline web development by consolidating and optimizing Tailwind CSS utility classes. By intelligently merging classes, this library enhances website performance and simplifies maintenance, offering a seamless development experience for designers and developers. With features like customizable configurations and real-time updates, Tailwind Merge PHP is a game-changer for modern web projects.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.1.2

Download Download v1.1.2

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/gehrisandro/tailwind-merge-php/1.1.2/loader.php';
require_once 'libs/gehrisandro/tailwind-merge-core-php/{lib_version}/loader.php';
require_once 'libs/tailwindcss/tailwindcss/{lib_version}/loader.php';

use Gehrisandro\TailwindMerge\TailwindMerger;
use Tailwind\CSS\TailwindCSS;

$obj = new TailwindMerger();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.