PHPackages                             irkfdb/irkfdb-laravel-package - 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. irkfdb/irkfdb-laravel-package

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

irkfdb/irkfdb-laravel-package
=============================

A wrapper over irkfdb-php-client for laravel

037PHP

Since Apr 5Pushed 8y ago2 watchersCompare

[ Source](https://github.com/irkfdb/irkfdb-laravel-package)[ Packagist](https://packagist.org/packages/irkfdb/irkfdb-laravel-package)[ RSS](/packages/irkfdb-irkfdb-laravel-package/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

### IRKFDB Laravel Package [![Build Status](https://camo.githubusercontent.com/e90133dc869550911728dbc7374acf9837f9bfe4eaec1dca08b81dbc18e4c3e7/68747470733a2f2f7472617669732d63692e6f72672f69726b6664622f69726b6664622d6c61726176656c2d7061636b6167652e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/irkfdb/irkfdb-laravel-package)

[](#irkfdb-laravel-package-)

It is a wrapper package made on top of [irkfdb-php-client](https://github.com/irkfdb/irkfdb-php-client) for laravel.

#### Installation

[](#installation)

IrkfdbLaravel requires PHP 7.0 and above. This particular version supports Larave 5.5 and above.

To get the package, simply require using composer

```
composer require irkfdb/irkfdb-laravel-package

```

If automatic package discovery is not used in the project then you need to register the service provider of this package in `config/app.php`

```
'provides' => [
    ...
    \Irkfdb\IrkfdbLaravel\IrkfdbLaravelServiceProvider::class,
    ...
]

```

and you can optinally alias our facade

```
'aliases' => [
    ...
    'IrkfdbLaravel' => \Irkfdb\IrkfdbLaravel\IrkfdbLaravelFacade::class
    ...
]

```

#### Example Usage

[](#example-usage)

```
use IrkfdbLaravel;
class TestController {
    public function index()
    {
        $categories = IrkfdbLaravel::getCategories();
        $randomFact = IrkfdbLaravel::getRandomFact();
    }
}

```

#### Test Cases

[](#test-cases)

You can run the test cases by running the following command

```
./vendor/bin/phpunit --configuration phpunit.xml

```

###  Health Score

21

—

LowBetter than 19% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/166912?v=4)[Swapnil Sarwe](/maintainers/swapnilsarwe)[@swapnilsarwe](https://github.com/swapnilsarwe)

---

Top Contributors

[![swapnilsarwe-mnet](https://avatars.githubusercontent.com/u/120468654?v=4)](https://github.com/swapnilsarwe-mnet "swapnilsarwe-mnet (13 commits)")

### Embed Badge

![Health badge](/badges/irkfdb-irkfdb-laravel-package/health.svg)

```
[![Health](https://phpackages.com/badges/irkfdb-irkfdb-laravel-package/health.svg)](https://phpackages.com/packages/irkfdb-irkfdb-laravel-package)
```

###  Alternatives

[stevenmaguire/zurb-foundation-laravel

Build HTML form elements for Foundation inside Laravel

203.8k](/packages/stevenmaguire-zurb-foundation-laravel)

PHPackages © 2026

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