承接 kodeas/currency 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

kodeas/currency

最新稳定版本:1.0.5

Composer 安装命令:

composer require kodeas/currency

包简介

A simple currency cast for Laravel

README 文档

README

currency

A simple currency cast for Laravel

Latest Version on Packagist GitHub Tests Action Status GitHub Code Style Action Status Total Downloads

This package is created to eliminate the ambiguity involved in storing and retrieving currencies. Currently, for simplicity the terminology surrounding the package is in US currency, however there is nothing stopping anyone from using this for any other 2 decimal currencies.

Installation

You can install the package via composer:

composer require kodeas/currency

Usage

MyModel extends Model { protected $casts = [ 'amount' => Kodeas\Currency\Casts\Currency::class ]; }
$currency = Kodeas\Currency\Currency::fromUsd(1); $model = MyModel::create([ 'amount' => $currency //100(cents) in database ]); $model->amount //Currency::class

Initialize

$currency = Kodeas\Currency\Currency::fromUsd(1); $currency = Kodeas\Currency\Currency::fromCents(100);

Methods

echo $currency; // "1.00" $currency->toUsd(); // "1" $currency->toCents(); // "100" $currency->toReadable(); // "1.00" $currency->toReadable('$'); // "$1.00" return response()->json(['currency' => $currency->toUsd()]); // {"currency": "1.00"}

Credits

License

The MIT License (MIT). Please see License File for more information.

统计信息

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

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2026-01-04

承接程序开发

PHP开发

VUE

Vue开发

前端开发

小程序开发

公众号开发

系统定制

数据库设计

云部署

网站建设

安全加固