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 3w 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 36% 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

835d 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.1k9.9M90](/packages/dedoc-scramble)[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[spatie/laravel-github-webhooks

Handle GitHub webhooks in a Laravel application

93157.3k5](/packages/spatie-laravel-github-webhooks)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)[combindma/laravel-facebook-pixel

Meta pixel integration for Laravel

5270.9k](/packages/combindma-laravel-facebook-pixel)[hofmannsven/laravel-brevo

Laravel wrapper for Brevo's API v3 PHP library.

3461.8k](/packages/hofmannsven-laravel-brevo)

PHPackages © 2026

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