smenaquispe/mathly

Make multiple math operations.

Maintainers

Package info

github.com/smenaquispe/math-operations-package

pkg:composer/smenaquispe/mathly

Statistics

Installs: 6

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.1.1 2024-10-09 14:04 UTC

This package is auto-updated.

Last update: 2026-04-09 17:33:07 UTC


README

Make simple math operations in php

Installation

Require the package using composer:

composer require smenaquispe/mathly

Usage

$sumOperation = new SumOperation();
$sumOperation->run();

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT