Download the PHP package devanoxltd/tailwind-class-merge-php without Composer

On this page you can find all versions of the php package devanoxltd/tailwind-class-merge-php. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package tailwind-class-merge-php

TailwindClassMerge for PHP

GitHub Workflow Status (main) Total Downloads Latest Version License


TailwindClassMerge for PHP allows you to merge multiple Tailwind CSS classes and automatically resolves conflicts between classes by removing classes conflicting with a class defined later.

A PHP port of tailwind-merge by dcastil. And clone and improve from tailwind-merge-php by gehrisandro.

Supports Tailwind v3.0 up to v3.4.

If you find this package helpful, please consider sponsoring the maintainer:

Attention: This package is still in early development.

If you are using Laravel, you can use the TailwindClassMerge for Laravel

Table of Contents

Get Started

Requires PHP 8.1+

First, install TailwindClassMerge via the Composer package manager:

Then, use the TailwindClassMerge class to merge your Tailwind CSS classes:

You can adjust the configuration of TailwindClassMerge by using the factory to create a new instance:

For more information on how to configure TailwindClassMerge, see the Configuration section.

Usage

TailwindClassMerge is not only capable of resolving conflicts between basic Tailwind CSS classes, but also handles more complex scenarios:

It's possible to pass the classes as a string, an array or a combination of both:

Cache

For a better performance, TailwindClassMerge can cache the results of the merge operation. To activate pass your cache instance to the withCache method.

It accepts any PSR-16 compatible cache implementation.

When you are making changes to the configuration make sure to clear the cache.

Configuration

If you are using Tailwind CSS without any extra config, you can use TailwindClassMerge right away. And stop reading here.

If you're using a custom Tailwind config, you may need to configure TailwindClassMerge as well to merge classes properly.

By default TailwindClassMerge is configured in a way that you can still use it if all the following apply to your Tailwind config:

If some of these points don't apply to you, you need to customize the configuration.

This is an example to add a custom font size of "very-large":

For a more detailed explanation of the configuration options, visit the original package documentation.

Contributing

Thank you for considering contributing to TailwindClassMerge for PHP! The contribution guide can be found in the CONTRIBUTING.md file.


TailwindClassMerge for PHP is an open-sourced software licensed under the MIT license.


All versions of tailwind-class-merge-php with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2.0
psr/simple-cache Version ^3.0
illuminate/support Version ^v11.10
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package devanoxltd/tailwind-class-merge-php contains the following files

Loading the files please wait ....