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.
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.
Download Latest Version: 8.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.