定制 zisunal/php-money 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

zisunal/php-money

最新稳定版本:1.0

Composer 安装命令:

composer require zisunal/php-money

包简介

A PHP Class that will create a new type called Money and will handle all the money related tasks

README 文档

README

A PHP Class that will create a new type called Money and will handle all the money related tasks

Usage

To use the Money class, follow these steps:

  1. Install the Php Money package from Composer:

    composer require zisunal/php-money
    
  2. Use the money class in your project:

    use Zisunal\Money;
  3. Create a new instance of the Money class:

    $money = new Money('Money Name', 'Money ISO Code', 'Money Symbol', 'Exchange Rate with USD');

    The constructor takes four arguments: Money Name, Money ISO Code, Money Symbol, and Exchange Rate with USD

  4. Perform money-related tasks using the available methods using the examples of index.php:

  5. Enjoy using the Money class for all your money-related tasks!

License

This project is licensed under the MIT License. See the LICENSE file for details.

Contribution

Contributions are welcome! If you would like to contribute to this project, please follow these guidelines:

  1. Fork the repository and create a new branch.
  2. Make your changes and ensure that the code passes all tests.
  3. Submit a pull request with a clear description of your changes.

Thank you for considering contributing to php-money!

统计信息

  • 总下载量: 4
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 3
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2024-03-07