vladimir-grinko/simple-increment

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

1.0.1 2024-08-29 08:44 UTC

This package is auto-updated.

Last update: 2025-04-29 01:28:04 UTC


README

Увеличение целого числа на единицу

Требования

  • PHP 7.4 и выше

Установка

composer require vladimir-grinko/simple-increment

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

<?php

$increment = new VladimirGrinko\SimpleIncrement\SimpleIncrement();
echo $increment->main(6); //7