mrwang211 / pinyin-pro
Partial port of pinyin-pro from https://github.com/zh-lx/pinyin-pro
Fund package maintenance!
v1.0.4
2026-04-07 02:35 UTC
Requires
- php: ^8.4
- spatie/laravel-package-tools: ^1.16
Requires (Dev)
- larastan/larastan: ^3.0
- laravel/pint: ^1.14
- nunomaduro/collision: ^8.8
- orchestra/testbench: ^10.0.0||^9.0.0
- pestphp/pest: ^4.0
- pestphp/pest-plugin-arch: ^4.0
- pestphp/pest-plugin-laravel: ^4.0
- phpstan/extension-installer: ^1.4
- phpstan/phpstan-deprecation-rules: ^2.0
- phpstan/phpstan-phpunit: ^2.0
This package is auto-updated.
Last update: 2026-04-21 03:35:42 UTC
README
In progress port of pinyin-pro from https://github.com/zh-lx/pinyin-pro
Installation
You can install the package via composer:
composer require mrwang211/pinyin-pro
Usage
$pinyinPro = new Mrwang211\PinyinPro\PinyinProBuilder->build(); echo $pinyinPro->convert('pin1 yin1'); // pīn yīn
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.