Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 642 Bytes

File metadata and controls

23 lines (16 loc) · 642 Bytes

PHP Math Project

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.

Requirements

  • PHP 7.4 or higher
  • Composer for dependency management

Installation

  1. Clone this repository to your local machine:

    git clone git@github.com:Planetbiru/Math.git
    cd Math
  2. Install the project dependencies using Composer:

    composer install

    This command will download all the required packages and generate the vendor/autoload.php file.