https://github.com/pmvc-plugin/math
PMVC Math Library
https://github.com/pmvc-plugin/math
Last synced: 23 days ago
JSON representation
PMVC Math Library
- Host: GitHub
- URL: https://github.com/pmvc-plugin/math
- Owner: pmvc-plugin
- Created: 2017-04-12T13:01:42.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T21:13:28.000Z (almost 4 years ago)
- Last Synced: 2025-01-26T16:21:53.820Z (over 1 year ago)
- Language: PHP
- Size: 37.1 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://packagist.org/packages/pmvc-plugin/math)
[](https://packagist.org/packages/pmvc-plugin/math)
[](https://circleci.com/gh/pmvc-plugin/math/tree/master)
[](https://packagist.org/packages/pmvc-plugin/math)
[](https://packagist.org/packages/pmvc-plugin/math)
math
===============
## 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/math": "dev-master"
}
}
```
* php composer.phar install
#### 2.2 Or use composer command-line
* php composer.phar require pmvc-plugin/math