PHP Package: laminas/laminas-math

Laminas Math is a robust PHP library for advanced mathematical operations, providing essential functionalities for numerical calculations, statistical analysis, and mathematical transformations.

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

Package Description

Laminas Math is a comprehensive PHP library that offers a wide range of mathematical tools, including matrix operations, polynomial functions, calculus, and more. It aims to simplify complex mathematical computations and enhance performance in scientific and engineering applications.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 3.8.1

Download Download v3.8.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-math/3.8.1/loader.php';
require_once 'libs/sebastianbergmann/phpunit/12.2.2/loader.php';
require_once 'libs/php-fig/log/3.0.2/loader.php';

use Laminas\Math\Matrix;
use PHPUnit\Framework\TestCase;

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