zibrov-oleg/otus-php-2025-hw4

Library for working with the Fibonacci function

v1.0.5 2025-02-17 06:06 UTC

This package is auto-updated.

Last update: 2025-06-17 06:46:32 UTC


README

Library for working with the Fibonacci function !

Installation


composer require zibrov-oleg/otus-php-2025-hw4

Use


echo ZibrovOleg\OtusPhp2025Hw4\Function\Maths::getFibonacci(5);