GitHub - dereuromark/cakephp-decimal: CakePHP Decimal type handling using Decimal value object.

CakePHP Decimal Plugin

CI codecov PHPStan Latest Stable Version Minimum PHP Version License Total Downloads

This is an alternative to

  • the core Decimal type (using plain strings)

As value object you have a few advantages, especially on handling the values inside your business logic.

This branch is for use with CakePHP 5.1+. See version map for details.

Requirements

Installation

Require the plugin through Composer:

composer require dereuromark/cakephp-decimal

Setup and Usage

See Documentation.

Demo

Live example see https://sandbox.dereuromark.de/sandbox/decimal-examples/forms