PHPackages                             kadevjo/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kadevjo/fibonacci

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kadevjo/fibonacci
=================

Extension Voyager Library

v1.04(6y ago)33991PHPPHP &gt;=5.4.0CI failing

Since Apr 2Pushed 5y agoCompare

[ Source](https://github.com/kadevjo/fibonacci-web)[ Packagist](https://packagist.org/packages/kadevjo/fibonacci)[ RSS](/packages/kadevjo-fibonacci/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (7)Dependencies (7)Versions (74)Used By (0)

fibonacci-web
=============

[](#fibonacci-web)

Vendor fibonacci

To use the middlewares you will have to register them in app/Http/Kernel.php under the $routeMiddleware property:

protected $routeMiddleware = \[ ... 'jwt.auth' =&gt; 'Tymon\\JWTAuth\\Middleware\\GetUserFromToken', 'jwt.refresh' =&gt; 'Tymon\\JWTAuth\\Middleware\\RefreshToken', \];

Add the following code to the render method within app/Exceptions/Handler.php

if ($exception instanceof Tymon\\JWTAuth\\Exceptions\\TokenExpiredException) { return response()-&gt;json(\['error'=&gt;'token\_expired'\], $exception-&gt;getStatusCode()); } else if ($exception instanceof Tymon\\JWTAuth\\Exceptions\\TokenInvalidException) { return response()-&gt;json(\['token\_invalid'\], $exception-&gt;getStatusCode()); } else if($exception instanceof \\Symfony\\Component\\HttpKernel\\Exception\\UnauthorizedHttpException ){ return response()-&gt;json(\['error'=&gt;'token\_not\_found'\], $exception-&gt;getStatusCode()); } }

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor1

Top contributor holds 50% 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

Every ~10 days

Recently: every ~69 days

Total

65

Last Release

2334d ago

Major Versions

v0.0.34 → v1.0.32018-06-08

v0.1.0 → v1.0.12018-06-08

v0.1.19.5 → v1.0.02019-11-07

PHP version history (2 changes)0.0.1PHP 5.4.0

v0.0.3PHP &gt;=5.4.0

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/67293743?v=4)[kadevjo](/maintainers/kadevjo)[@Kadevjo](https://github.com/Kadevjo)

---

Top Contributors

[![DanielKadevjo](https://avatars.githubusercontent.com/u/66265583?v=4)](https://github.com/DanielKadevjo "DanielKadevjo (1 commits)")[![dev-qualitara](https://avatars.githubusercontent.com/u/32443245?v=4)](https://github.com/dev-qualitara "dev-qualitara (1 commits)")

### Embed Badge

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

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

###  Alternatives

[craftcms/cms

Craft CMS

3.6k3.6M2.9k](/packages/craftcms-cms)[spatie/laravel-export

Create a static site bundle from a Laravel app

672139.5k6](/packages/spatie-laravel-export)[venturedrake/laravel-crm

A free open source CRM built as a package for laravel projects

42010.0k](/packages/venturedrake-laravel-crm)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

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