cakedc/cakephp-money

CakeDC/Money plugin for CakePHP

Maintainers

Details

github.com/CakeDC/money

Source

Issues

Installs: 941

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 16

Forks: 2

Open Issues: 0

Type:cakephp-plugin

2.0.3 2024-03-29 15:45 UTC

This package is auto-updated.

Last update: 2024-03-29 15:46:24 UTC


README

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.