PHP Package: nunomaduro/termwind

Termwind is a PHP library that enhances terminal output styling and formatting for better readability and user experience.

Current Version: 2.3.0
Last Updated: 2024-11-21
PHP Requirement: ^8.2
Dependencies:
illuminate/support
symfony/console
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Termwind is a powerful PHP library designed to streamline and improve terminal output customization. With a focus on enhancing readability and user experience, it offers a versatile range of features for styling and formatting terminal text. By leveraging Termwind, developers can easily create visually appealing command-line interfaces and optimize the display of information, making interactions more intuitive and efficient.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.3.1

Clock Coming soon

Previous Versions

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/nunomaduro/termwind/2.3.1/loader.php';
require_once 'libs/illuminate/support/12.33.0/loader.php';
require_once 'libs/symfony/console/7.3.4/loader.php';

use NunoMaduro\Termwind\Termwind;

$obj = new Termwind();
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.