PHPackages                             wimmie/laravel-xibo-api - 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. wimmie/laravel-xibo-api

ActiveLibrary[API Development](/categories/api)

wimmie/laravel-xibo-api
=======================

A Laravel package for using the Xibo api

0.1.1(2y ago)3231MITPHPPHP ^8.1

Since Jan 28Pushed 2y ago1 watchersCompare

[ Source](https://github.com/Wimmie/laravel-xibo-api)[ Packagist](https://packagist.org/packages/wimmie/laravel-xibo-api)[ Docs](https://github.com/wimmie/laravel-xibo-api)[ GitHub Sponsors](https://github.com/wimmie)[ RSS](/packages/wimmie-laravel-xibo-api/feed)WikiDiscussions master Synced 1w ago

READMEChangelog (2)Dependencies (3)Versions (3)Used By (0)

A Laravel package for using the Xibo api
========================================

[](#a-laravel-package-for-using-the-xibo-api)

[![Latest Version on Packagist](https://camo.githubusercontent.com/247fa6349b3304f29169a4b02e1b2fb698e177c088168dcf11ddbaaa0e7b47d3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f77696d6d69652f6c61726176656c2d7869626f2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wimmie/laravel-xibo-api)[![Total Downloads](https://camo.githubusercontent.com/d111fa6537b5472a44c9b5fc9a8a1d41a6ad6f92fa3bf10dd519917c6461170b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f77696d6d69652f6c61726176656c2d7869626f2d6170692e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/wimmie/laravel-xibo-api)

A wrapper for the Xibo api, see  as well.

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

[](#installation)

You can install the package via composer:

```
composer require wimmie/laravel-xibo-api
```

You can publish the config file with:

```
php artisan vendor:publish --provider="Wimmie\XiboApi\XiboApiServiceProvider" --tag="config"
```

This is the contents of the published config file:

```
return [
    'url' => env('XIBO_URL', ''),
    'client_id' => env('XIBO_CLIENT_ID', ''),
    'client_secret' => env('XIBO_CLIENT_SECRET', ''),
];
```

Usage
-----

[](#usage)

```
$xiboApi = new Wimmie\XiboApi();
echo $xiboApi->misc()->about();
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [Willem](https://github.com/wimmie)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity53

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

Every ~1140 days

Total

2

Last Release

881d ago

PHP version history (2 changes)0.1.0PHP ^7.4|^8.0

0.1.1PHP ^8.1

### Community

Maintainers

![](https://www.gravatar.com/avatar/26cef58148bebd9b0c64853c16fffa117ca859f523ae9887cc0a8f3cee5b9293?d=identicon)[Wimmie](/maintainers/Wimmie)

---

Top Contributors

[![willem-v-dam](https://avatars.githubusercontent.com/u/272441?v=4)](https://github.com/willem-v-dam "willem-v-dam (4 commits)")

---

Tags

laravelxibowimmielaravel-xibo-api

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/wimmie-laravel-xibo-api/health.svg)

```
[![Health](https://phpackages.com/badges/wimmie-laravel-xibo-api/health.svg)](https://phpackages.com/packages/wimmie-laravel-xibo-api)
```

###  Alternatives

[dedoc/scramble

Automatic generation of API documentation for Laravel applications.

2.2k12.6M136](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

818355.4k3](/packages/defstudio-telegraph)[psalm/plugin-laravel

Psalm plugin for Laravel

3345.4M354](/packages/psalm-plugin-laravel)[neuron-core/neuron-laravel

Official Neuron AI Laravel SDK.

11747.5k1](/packages/neuron-core-neuron-laravel)[simplestats-io/laravel-client

Server-side analytics for Laravel that follows the full funnel from visit to registration to payment, attributed to the channel that drove it. Revenue, MRR, churn and ad-spend profit (ROAS/CAC) per channel. GDPR compliant, ad-blocker proof.

5226.7k](/packages/simplestats-io-laravel-client)[api-platform/laravel

API Platform support for Laravel

58190.1k21](/packages/api-platform-laravel)

PHPackages © 2026

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