You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
25 lines
492 B
25 lines
492 B
10 months ago
|
# Installation
|
||
|
|
||
|
## Requirements
|
||
|
|
||
|
Mandatory:
|
||
|
|
||
|
- PHP 7.1+
|
||
|
- PHP [DOM extension](http://php.net/manual/en/book.dom.php)
|
||
|
- PHP [XML Parser extension](http://www.php.net/manual/en/xml.installation.php)
|
||
|
- PHP [XMLWriter extension](http://php.net/manual/en/book.xmlwriter.php)
|
||
|
|
||
|
|
||
|
## Installation
|
||
|
|
||
|
### Using Composer
|
||
|
|
||
|
To install via [Composer](http://getcomposer.org), add the following lines to your `composer.json`:
|
||
|
|
||
|
``` json
|
||
|
{
|
||
|
"require": {
|
||
|
"phpoffice/math": "dev-master"
|
||
|
}
|
||
|
}
|
||
|
```
|