PHP Package: moneyphp/money
MoneyPHP library simplifies working with currencies and monetary values in PHP applications efficiently and securely.
Package Description
MoneyPHP is a robust PHP library designed to manage monetary values and currencies seamlessly. With its powerful features, developers can handle financial calculations accurately and securely. The library provides a comprehensive set of tools for formatting, exchanging, and converting currencies effortlessly. MoneyPHP ensures precise handling of decimals and rounding operations, making it an ideal choice for e-commerce platforms, accounting systems, and financial applications.
Download Latest Version: 4.7.1

Previous Versions
v4.6.0
v4.7.0 - Coming soon
Code Integration Example
Make sure to include the correct namespace and class paths for proper usage.
<?php
// Example from PHPlibraries.com
require_once 'libs/moneyphp/money/4.7.1/loader.php';
require_once 'libs/symfony/dependency-injection/7.3.0/loader.php';
require_once 'libs/symfony/console/7.3.0/loader.php';
use Money\Money;
use Symfony\Component\DependencyInjection\ContainerBuilder;
$obj = new Money();
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.