Files
alrahma_sunday_school/vendor/phpoffice/math/docs/install.md
T
2026-02-10 22:11:06 -05:00

492 B

Installation

Requirements

Mandatory:

Installation

Using Composer

To install via Composer, add the following lines to your composer.json:

{
    "require": {
        "phpoffice/math": "dev-master"
    }
}