Project Awesome project awesome

ORM / Database / Datamapping > CakeDecimal plugin

A value object approach on handling decimals.

Package 8 stars GitHub

CakePHP Decimal Plugin

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

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

Back to CakePHP