PHP Package: laminas/laminas-stdlib

Laminas Stdlib is a versatile PHP utility library offering essential components for efficient application development.

Current Version: 3.20.0
Last Updated: 2024-10-29
PHP Requirement: ~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0
Dependencies:
laminas/laminas-filter
laminas/laminas-log
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laminas Stdlib provides a set of robust and standardized tools for PHP developers, including filtering, logging, event handling, and more. This library enhances productivity by simplifying common tasks, promoting code reuse, and ensuring maintainability.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.20.0

Download Download v3.20.0

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-stdlib/3.20.0/loader.php';
require_once 'libs/laminas/laminas-filter/3.0.0/loader.php';
require_once 'libs/laminas/laminas-log/2.17.1/loader.php';

use Laminas\Stdlib\ArrayUtils;
use Laminas\Stdlib\ErrorHandler;

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