PHPackages                             trendsoft/laravel-capital - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. trendsoft/laravel-capital

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

trendsoft/laravel-capital
=========================

基于`trendsoft/capital`的Laravel金额转中文大写

v0.1.1(5y ago)22.4kMITPHPCI failing

Since Dec 15Pushed 5y ago2 watchersCompare

[ Source](https://github.com/trendsoft/laravel-capital)[ Packagist](https://packagist.org/packages/trendsoft/laravel-capital)[ Docs](http://www.trendsoft.org)[ RSS](/packages/trendsoft-laravel-capital/feed)WikiDiscussions master Synced today

READMEChangelog (2)Dependencies (5)Versions (4)Used By (0)

laravel-capital
===============

[](#laravel-capital)

> 基于`trendsoft/capital`的Laravel金额转中文大写

[![Build Status](https://camo.githubusercontent.com/d0020dffeec37a273bcbd09f3ce00cd0722eeb080e89912f6671a5b2184a098c/68747470733a2f2f7472617669732d63692e6f72672f7472656e64736f66742f6c61726176656c2d6361706974616c2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/trendsoft/laravel-capital)[![Latest Stable Version](https://camo.githubusercontent.com/bc1892668e6384158697a81e91b9d92eb6f270d874098d7271a53e1026808e4d/68747470733a2f2f706f7365722e707567782e6f72672f7472656e64736f66742f6c61726176656c2d6361706974616c2f762f737461626c65)](https://packagist.org/packages/trendsoft/laravel-capital)[![Latest Unstable Version](https://camo.githubusercontent.com/ff1f09e278476579f087f6dc0858d47e867993b9a5955993e7ae81b0ff1b373e/68747470733a2f2f706f7365722e707567782e6f72672f7472656e64736f66742f6c61726176656c2d6361706974616c2f762f756e737461626c65)](https://packagist.org/packages/trendsoft/laravel-capital)[![StyleCI](https://camo.githubusercontent.com/00d573df371ecc14cbb028bcd048af2a493f3ba7942507f360efb4c0dd6efd8d/68747470733a2f2f7374796c6563692e696f2f7265706f732f3131333935373435332f736869656c643f6272616e63683d6d6173746572)](https://styleci.io/repos/113957453)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/a9b48c17a11651ae738c92b6e67d4c726bc11f4bf7bafe34973435c3a694afdb/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7472656e64736f66742f6c61726176656c2d6361706974616c2f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/trendsoft/laravel-capital/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/16a611925ab063a3ca244ab94897ed951897740417460b2d0f99c7448106c5d1/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7472656e64736f66742f6c61726176656c2d6361706974616c2f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/trendsoft/laravel-capital/?branch=master)[![Build Status](https://camo.githubusercontent.com/87dfaee7e522663c8e3df928868cfc4f07fb66267376377189d4da61c473c9d3/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7472656e64736f66742f6c61726176656c2d6361706974616c2f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/trendsoft/laravel-capital/build-status/master)[![License](https://camo.githubusercontent.com/0274e2635da7abe4875db414c852a5fd90d426770a39e9fe993053f89dd94379/68747470733a2f2f706f7365722e707567782e6f72672f7472656e64736f66742f6c61726176656c2d6361706974616c2f6c6963656e7365)](https://packagist.org/packages/trendsoft/laravel-capital)[![Total Downloads](https://camo.githubusercontent.com/9b29e9f4e8919371ae7f3973c3c725444c66a3d453e0623cfe45bb794739703a/68747470733a2f2f706f7365722e707567782e6f72672f7472656e64736f66742f6c61726176656c2d6361706974616c2f646f776e6c6f616473)](https://packagist.org/packages/trendsoft/laravel-capital)[![Monthly Downloads](https://camo.githubusercontent.com/513da47da5f2b275cdb513163975f8f331b4ff4debed8522b7da709894409967/68747470733a2f2f706f7365722e707567782e6f72672f7472656e64736f66742f6c61726176656c2d6361706974616c2f642f6d6f6e74686c79)](https://packagist.org/packages/trendsoft/laravel-capital)[![Daily Downloads](https://camo.githubusercontent.com/65b2b9ecd2706946577c50aee7e56fdd97cadc31abed291b3a1949f7f9b31c34/68747470733a2f2f706f7365722e707567782e6f72672f7472656e64736f66742f6c61726176656c2d6361706974616c2f642f6461696c79)](https://packagist.org/packages/trendsoft/laravel-capital)

要求
--

[](#要求)

- PHP &gt;=7.0
- Composer

安装
--

[](#安装)

```
$ composer require "trendsoft/laravel-capital" -vvv

```

配置
--

[](#配置)

Laravel 应用

- 在 config/app.php 注册 ServiceProvider 和 Facade (Laravel 5.5 无需手动注册)

```
'providers' => [
    // ...
    LaravelCapital\ServiceProvider::class,
],
'aliases' => [
    // ...
    'Capital'=>LaravelCapital\Money::class
],

```

Lumen 应用

在 bootstrap/app.php 中 82 行左右：

```
$app->register(LaravelCapital\ServiceProvider::class);

```

使用示例
----

[](#使用示例)

```
\LaravelCapital\Money::parse(2003.2) //贰仟零叁元贰角

```

Contribution
------------

[](#contribution)

[Contribution Guide](.github/CONTRIBUTING.md)

License
-------

[](#license)

MIT

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~957 days

Total

2

Last Release

2164d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/12955801?v=4)[hadi](/maintainers/hu19891110)[@hu19891110](https://github.com/hu19891110)

---

Top Contributors

[![2898117012](https://avatars.githubusercontent.com/u/20187449?v=4)](https://github.com/2898117012 "2898117012 (32 commits)")

---

Tags

capitallaravelphplaravelsdkamountcapitaltrendsoft

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/trendsoft-laravel-capital/health.svg)

```
[![Health](https://phpackages.com/badges/trendsoft-laravel-capital/health.svg)](https://phpackages.com/packages/trendsoft-laravel-capital)
```

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[illuminate/database

The Illuminate Database package.

2.8k54.9M11.6k](/packages/illuminate-database)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M194](/packages/laravel-ai)[illuminate/events

The Illuminate Events package.

13557.0M2.1k](/packages/illuminate-events)[anahkiasen/former

A powerful form builder

1.4k1.4M14](/packages/anahkiasen-former)[illuminate/broadcasting

The Illuminate Broadcasting package.

7127.2M208](/packages/illuminate-broadcasting)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
