PHP Package: akaunting/laravel-money

Laravel Money is a PHP library for handling monetary values in Laravel applications efficiently and accurately, providing support for multiple currencies and easy integration.

Current Version: 6.0.2
Last Updated: 2025-02-22
PHP Requirement: ^8.2
Dependencies:
illuminate/support
moneyphp/money
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Money is a robust PHP library designed for Laravel frameworks, simplifying currency handling with precision and flexibility. It ensures seamless integration, supports various currencies, and offers reliable monetary operations.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 6.0.2

Download Download v6.0.2

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/akaunting/laravel-money/6.0.2/loader.php';
require_once 'libs/illuminate/support/12.18.0/loader.php';
require_once 'libs/moneyphp/money/4.7.1/loader.php';

use LaravelMoney\Money;
use Illuminate\Support\ServiceProvider;

$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.