PHPackages                             mereo-desenvolvimento/php-mereo - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. mereo-desenvolvimento/php-mereo

ActiveLibrary

mereo-desenvolvimento/php-mereo
===============================

Desenvolvimento pacote php

v1.0.0(1y ago)05proprietaryPHPPHP &gt;=8.0

Since Aug 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/EmmanuelRSilva/php-mereo)[ Packagist](https://packagist.org/packages/mereo-desenvolvimento/php-mereo)[ RSS](/packages/mereo-desenvolvimento-php-mereo/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

Calculator Class
================

[](#calculator-class)

The `Mereo` class is a simple PHP class that provides basic arithmetic operations: addition, subtraction, and multiplication.

Installation
------------

[](#installation)

You can include the `Mereo` class in your PHP project by simply running the command below:

```
composer require mereo-desenvolvimento/php-mereo
```

Usage
-----

[](#usage)

To use the `Calculator` class, you need to instantiate the class and then call its methods to perform arithmetic operations.

### Example

[](#example)

```
