https://github.com/pmvc-plugin/mbstring
mbstring
https://github.com/pmvc-plugin/mbstring
Last synced: 17 days ago
JSON representation
mbstring
- Host: GitHub
- URL: https://github.com/pmvc-plugin/mbstring
- Owner: pmvc-plugin
- Created: 2019-11-29T03:43:15.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-10-19T19:54:46.000Z (over 4 years ago)
- Last Synced: 2025-12-25T02:55:44.559Z (5 months ago)
- Language: PHP
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/pmvc-plugin/mbstring)
[](https://packagist.org/packages/pmvc-plugin/mbstring)
[](https://circleci.com/gh/pmvc-plugin/mbstring/tree/master)
[](https://packagist.org/packages/pmvc-plugin/mbstring)
[](https://packagist.org/packages/pmvc-plugin/mbstring)
mbstring
===============
## Install with Composer
### 1. Download composer
* mkdir test_folder
* curl -sS https://getcomposer.org/installer | php
### 2. Install by composer.json or use command-line directly
#### 2.1 Install by composer.json
* vim composer.json
```
{
"require": {
"pmvc-plugin/mbstring": "dev-master"
}
}
```
* php composer.phar install
#### 2.2 Or use composer command-line
* php composer.phar require pmvc-plugin/mbstring