PHP Package: laminas/laminas-text

Laminas Text is a PHP library for text manipulation, providing powerful tools for string handling and text formatting.

Current Version: 2.12.1
Last Updated: 2024-12-05
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
laminas/laminas-stdlib
php-fig/psr
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laminas Text is a feature-rich PHP library tailored for text processing tasks, enabling developers to manipulate strings, perform advanced text operations, and format textual content efficiently. With comprehensive functionality and robust support, Laminas Text offers a versatile toolkit for managing text-based data within PHP applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 2.12.1

Download Download v2.12.1

Code Integration Example

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

<?php
// Example from PHPlibraries.com
require_once 'libs/laminas/laminas-text/2.12.1/loader.php';
require_once 'libs/laminas/laminas-stdlib/3.20.0/loader.php';
require_once 'libs/php-fig/php-fig/{lib_version}/loader.php';

use Laminas\Text\Table\Table;
use Laminas\Text\Table\Row;

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