cakedc / cakephp-money
CakeDC/Money plugin for CakePHP
Installs: 2 083
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 16
Forks: 2
Open Issues: 0
Type:cakephp-plugin
Requires
- php: >=8.1
- ext-intl: *
- ext-pdo: *
- cakephp/cakephp: ^5.0
- moneyphp/money: ^4.0
Requires (Dev)
- cakephp/cakephp-codesniffer: ^5.1
- phpunit/phpunit: ^10.1.0
This package is auto-updated.
Last update: 2024-11-02 09:26:11 UTC
README
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
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.