PHP Package: widmogrod/php-functional

PHP library for functional programming with useful utilities and functions for data manipulation and processing.

Current Version: 7.0.0
Last Updated: 2024-12-18
PHP Requirement: >=8.3
Dependencies: None

Package Description

PHP-functional is a versatile library that offers a wide range of functional programming tools for PHP developers. With functions optimized for data manipulation, processing, and utility operations, this library simplifies complex tasks and enhances productivity. It provides an efficient and elegant solution for functional programming enthusiasts looking to streamline their development process.

🔗 View on GitHub

Download Latest Version: 7.0.0

Download Download v7.0.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/widmogrod/php-functional/7.0.0/loader.php';
use Widmogrod\Functional\Curried\Bi\Function;
use Widmogrod\Functional\Curried\Function;

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