PHPackages                             rmaysak/fibonacci - 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. rmaysak/fibonacci

ActiveLibrary

rmaysak/fibonacci
=================

Test composer package

v1.0.0(5y ago)05MITPHPPHP &gt;=7.1

Since May 20Pushed 5y ago1 watchersCompare

[ Source](https://github.com/vavajke/fibonacci)[ Packagist](https://packagist.org/packages/rmaysak/fibonacci)[ Docs](https://github.com/vavajke/fibonacci)[ RSS](/packages/rmaysak-fibonacci/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

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

[](#installation)

```
composer require rmaysak/fibonacci

```

```
{
    "require": {
        "rmaysak/fibonacci": "~1.0.0"
    }
}
```

Example
-------

[](#example)

```
use RM\Fibonacci;

$fibonacci = new Fibonacci();

$fibonacciNumber = $fibonacci->getNumber(10);
$fibonacciSeries = $fibonacci->getSeries(20);
$fibonacci->showSeries(20);
```

Methods
-------

[](#methods)

#### getNumber(int $position)

[](#getnumberint-position)

Returns the number in Fibonacci sequence by position

#### getSeries(int $count)

[](#getseriesint-count)

Returns array with Fibonacci sequence by count

#### showSeries(int $count)

[](#showseriesint-count)

Shows Fibonacci sequence by count

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

2188d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d4522c44facf758b7e17cab121e381e17732f138a791e9899e180b5c042532d7?d=identicon)[vavajke](/maintainers/vavajke)

---

Top Contributors

[![vavajke](https://avatars.githubusercontent.com/u/5113081?v=4)](https://github.com/vavajke "vavajke (2 commits)")

### Embed Badge

![Health badge](/badges/rmaysak-fibonacci/health.svg)

```
[![Health](https://phpackages.com/badges/rmaysak-fibonacci/health.svg)](https://phpackages.com/packages/rmaysak-fibonacci)
```

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
