PHP Package: cknow/laravel-money

Laravel Money is a PHP library designed for seamless integration of currency management within Laravel applications, enabling easy handling of monetary operations.

Current Version: 8.4.0
Last Updated: 2025-03-08
PHP Requirement: ^8.1
Dependencies:
cknow/laravel-core
moneyphp/money
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

Laravel Money provides a robust currency management solution tailored for Laravel applications, ensuring smooth handling of monetary transactions, conversions, and formatting. With extensive support for various currencies and exchange rates, developers can effortlessly manage financial aspects of their projects with precision and accuracy.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 8.4.0

Download Download v8.4.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/cknow/laravel-money/8.4.0/loader.php';
require_once 'libs/cknow/laravel-core/{lib_version}/loader.php';
require_once 'libs/moneyphp/money/4.7.1/loader.php';

use Cknow\Laravel\Money\MoneyManager;

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