PHPackages                             madpilot78/laravel-freebox-php - 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. [API Development](/categories/api)
4. /
5. madpilot78/laravel-freebox-php

ActiveLibrary[API Development](/categories/api)

madpilot78/laravel-freebox-php
==============================

Laravel FreeBoxPHP package

1.3.2(1mo ago)045BSD-3-ClausePHPPHP ^8.3CI passing

Since Aug 4Pushed 1mo ago1 watchersCompare

[ Source](https://github.com/madpilot78/Laravel-FreeBoxPHP)[ Packagist](https://packagist.org/packages/madpilot78/laravel-freebox-php)[ RSS](/packages/madpilot78-laravel-freebox-php/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (24)Versions (15)Used By (0)

Laravel FreeBoxPHP package
==========================

[](#laravel-freeboxphp-package)

[![Packagist Version](https://camo.githubusercontent.com/d8316ff236f09f052270cafddd44222840f194577657b4cebe5d707862b0aaea/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d616470696c6f7437382f6c61726176656c2d66726565626f782d706870)](https://packagist.org/packages/madpilot78/laravel-freebox-php)[![Actions Status](https://camo.githubusercontent.com/0f4ae4f3914e1f3f95faa5afae9cf0a6b18665e1493bc42e8374df0673b6416d/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6d616470696c6f7437382f4c61726176656c2d46726565426f785048502f74657374732e796d6c)](https://github.com/madpilot78/Laravel-FreeBoxPHP/actions/workflows/tests.yml)[![codecov](https://camo.githubusercontent.com/02c35a9089683f41851f203cd89831d80ff7492ca3b2cf99f96255af8010e35c/68747470733a2f2f636f6465636f762e696f2f67682f6d616470696c6f7437382f4c61726176656c2d46726565426f785048502f67726170682f62616467652e7376673f746f6b656e3d544e78414a364475486c)](https://codecov.io/github/madpilot78/Laravel-FreeBoxPHP)

Package to use FreeBoxPHP library to access you FreeBox/IliadBox from Laravel apps.

Install
-------

[](#install)

Using composer:

```
composer require madpilot78/Laravel-FreeBoxPHP
```

Usage
-----

[](#usage)

This package provides in laravel a `madpilot78\FreeBoxPHP\Box` class that can be injected in controllers.

Otherwise it can be instantiated via the [Laravel Service Container](https://laravel.com/docs/11.x/container)like this:

```
namespace App\Repositories;

use Illuminate\Support\Facades\App;
use madpilot78\FreeBoxPHP\Box;

class RouterRepository
{
    private Box $box;

    public function __construct()
    {
        $this->box = App::make(Box::class);

        if (empty($this->box->getBoxInfo())) {
            $this->box->discover();
        }
    }

/* ... */

}
```

Refer to [FreeBoxPHP](https://github.com/madpilot78/FreeBoxPHP) for details on how to use the underlying library.

###  Health Score

45

—

FairBetter than 92% of packages

Maintenance90

Actively maintained with recent releases

Popularity9

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity62

Established project with proven stability

 Bus Factor1

Top contributor holds 95% 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 ~49 days

Recently: every ~95 days

Total

13

Last Release

55d ago

Major Versions

0.0.1 → 1.0.02024-08-17

PHP version history (2 changes)0.0.1PHP ^8.2

1.0.0PHP ^8.3

### Community

Maintainers

![](https://www.gravatar.com/avatar/2b99a298f42b971d15ed06071ba485166c176cb3b489aafc92371be6dbbca1b8?d=identicon)[madpilot78](/maintainers/madpilot78)

---

Top Contributors

[![madpilot78](https://avatars.githubusercontent.com/u/8821849?v=4)](https://github.com/madpilot78 "madpilot78 (95 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (5 commits)")

---

Tags

phpapilaravelfreebox

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/madpilot78-laravel-freebox-php/health.svg)

```
[![Health](https://phpackages.com/badges/madpilot78-laravel-freebox-php/health.svg)](https://phpackages.com/packages/madpilot78-laravel-freebox-php)
```

###  Alternatives

[resend/resend-laravel

Resend for Laravel

1191.4M6](/packages/resend-resend-laravel)[joisarjignesh/bigbluebutton

BigBlueButton Server API Library for Laravel

162145.5k1](/packages/joisarjignesh-bigbluebutton)[dariusiii/tmdb-laravel

Laravel Package for TMDB ( The Movie Database ) API. Provides easy access to the wtfzdotnet/php-tmdb-api library.

1821.1k](/packages/dariusiii-tmdb-laravel)[wayofdev/laravel-symfony-serializer

📦 Laravel wrapper around Symfony Serializer.

2113.6k](/packages/wayofdev-laravel-symfony-serializer)[dystcz/lunar-api

Dystore API layer for Lunar e-commerce package

411.1k3](/packages/dystcz-lunar-api)[gufy/whmcs

WHMCS API for Laravel 5

201.7k](/packages/gufy-whmcs)

PHPackages © 2026

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