gavrl/otus-sum-package

There is no license information available for the latest version (v1.0.2) of this package.

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

pkg:composer/gavrl/otus-sum-package

v1.0.2 2022-08-21 19:38 UTC

This package is not auto-updated.

Last update: 2025-10-23 10:24:19 UTC


README

Простой калькулятор на PHP

Требования

  • PHP 8.0

Установка

$ composer require gavrl/otus-sum-package

Использование

<?php
$calculator = new Calculator();
echo $calculator->sum(1,4); // 5