Skip to content

CakeDC/money

Repository files navigation

CakePHP Money Plugin

Software License Build Status Coverage Status Total Downloads Latest Stable Version

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 stable
^4.5 1.x stable
^4.0 0.0.1 deprecated

Installation

You can install this plugin into your CakePHP application using composer.

The recommended way to install composer packages is:

composer require cakedc/cakephp-money

Documentation

For documentation, as well as tutorials, see the Docs directory of this repository.

Support

For bugs and feature requests, please use the issues section of this repository.

Commercial support is also available, contact us for more information.

Contributing

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.

License

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.