This repository contains a collection of PHP classes and functions to perform various Mathematical operations. The project is designed to be a simple and easy-to-use library.
- PHP 7.4 or higher
- Composer for dependency management
-
Clone this repository to your local machine:
git clone [email protected]:Planetbiru/MagicMath.git cd MagicMath
-
Install the project dependencies using Composer:
composer install
This command will download all the required packages and generate the
vendor/autoload.phpfile.
To using MagicMath via composer
composer require planetbiru/magic-mathcomposer update planetbiru/magic-mathcomposer remove planetbiru/magic-math