gavrl/otus-sum-package

此包的最新版本(v1.0.2)没有可用的许可信息。

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

This package is not auto-updated.

Last update: 2024-09-26 04:05:41 UTC


README

简单的PHP计算器

要求

  • PHP 8.0

安装

$ composer require gavrl/otus-sum-package

使用

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