PHP Package: brick/money
Brick's PHP library for handling monetary values and currency calculations efficiently.
Package Description
Money is a robust PHP library developed by Brick for dealing with monetary values, currency operations, and accurate calculations. It provides a reliable and efficient solution for managing financial transactions and currency conversions in web applications. With extensive support for various currencies and seamless integration, Money simplifies complex financial tasks, making it an essential tool for developers seeking precision and performance in their projects.
Download Latest Version: 0.10.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/brick/money/0.10.1/loader.php';
use Brick\Money\Money;
$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.