CakePHP Money Plugin from CakeDC is a plugin to allow store, display and operate with MoneyPHP library inside CakePHP.
It covers the following features:
- Store Money objects onto database (as strings)
- Marshal money objects into CakePHP entities.
- CakePHP 5.0.0+
- PHP 8.1+
CakePHP | CakeDC Money Plugin | Notes |
---|---|---|
^5.0 | 2.x | stable |
^4.5 | 1.x | stable |
^4.0 | 0.0.1 | deprecated |
You can install this plugin into your CakePHP application using composer.
The recommended way to install composer packages is:
composer require cakedc/cakephp-money
For documentation, as well as tutorials, see the Docs directory of this repository.
For bugs and feature requests, please use the issues section of this repository.
Commercial support is also available, contact us for more information.
This repository follows the CakeDC Plugin Standard. If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our Contribution Guidelines for detailed instructions.
Copyright 2021 Cake Development Corporation (CakeDC). All rights reserved.
Licensed under the MIT License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.