Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/myxiaoao/laravel-str-chinese-macros
Laravel Str Chinese Macros
https://github.com/myxiaoao/laravel-str-chinese-macros
chinese laravel laravel-package str
Last synced: 2 days ago
JSON representation
Laravel Str Chinese Macros
- Host: GitHub
- URL: https://github.com/myxiaoao/laravel-str-chinese-macros
- Owner: myxiaoao
- License: mit
- Created: 2022-05-07T00:18:56.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-01-29T07:16:00.000Z (almost 2 years ago)
- Last Synced: 2024-04-19T21:15:01.160Z (7 months ago)
- Topics: chinese, laravel, laravel-package, str
- Language: PHP
- Homepage:
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel Str Chinese Macros
![Packagist Version](https://img.shields.io/packagist/v/cooper/laravel-str-chinese-macros)
![Packagist License](https://img.shields.io/packagist/l/cooper/laravel-str-chinese-macros)
![GitHub Main Workflow Status](https://img.shields.io/github/actions/workflow/status/myxiaoao/laravel-str-chinese-macros/run-tests.yml?branch=master)`Illuminate\Support\Str` 中文拓展包
## 使用方法
- parseAddress `解析中文地址`
- isChinese `是否是中文`## 安装
### 使用 Composer 安装
```
composer require cooper/laravel-str-chinese-macros
```### 例子
```php