# money **Repository Path**: mirrors_CakeDC/money ## Basic Information - **Project Name**: money - **Description**: Opinionated wrapper for moneyphp/money in CakePHP - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: 2.next-cake5 - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-06-19 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # CakePHP Money Plugin
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. ## Requirements * CakePHP 5.0.0+ * PHP 8.1+ ## Versions and branches | CakePHP | CakeDC Money Plugin | Notes | |:-------:|:--------------------------------------------------------:|:-----------| | ^5.0 | [2.x](https://github.com/cakedc/money/tree/2.next-cake5) | stable | | ^4.5 | [1.x](https://github.com/cakedc/money/tree/1.next-cake4) | stable | | ^4.0 | [0.0.1](https://github.com/cakedc/money/tree/0.0.1) | deprecated | ## Installation You can install this plugin into your CakePHP application using [composer](http://getcomposer.org). The recommended way to install composer packages is: ``` composer require cakedc/cakephp-money ``` ## Documentation For documentation, as well as tutorials, see the [Docs](Docs/Home.md) directory of this repository. ## Support For bugs and feature requests, please use the [issues](https://github.com/CakeDC/money/issues) section of this repository. Commercial support is also available, [contact us](https://www.cakedc.com/contact) for more information. ## Contributing This repository follows the [CakeDC Plugin Standard](https://www.cakedc.com/plugin-standard). If you'd like to contribute new features, enhancements or bug fixes to the plugin, please read our [Contribution Guidelines](https://www.cakedc.com/contribution-guidelines) for detailed instructions. ## License Copyright 2021 Cake Development Corporation (CakeDC). All rights reserved. Licensed under the [MIT](http://www.opensource.org/licenses/mit-license.php) License. Redistributions of the source code included in this repository must retain the copyright notice found in each file.