PHPackages                             hwkdo/bue-laravel - 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. [Framework](/categories/framework)
4. /
5. hwkdo/bue-laravel

ActiveLibrary[Framework](/categories/framework)

hwkdo/bue-laravel
=================

This is my package bue-laravel

v0.3.2(2w ago)04035MITPHPPHP ^8.2CI failing

Since Jul 28Pushed 2w agoCompare

[ Source](https://github.com/hwkdo/bue-laravel)[ Packagist](https://packagist.org/packages/hwkdo/bue-laravel)[ Docs](https://github.com/hwkdo/bue-laravel)[ GitHub Sponsors](https://github.com/hwkdo)[ RSS](/packages/hwkdo-bue-laravel/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (30)Versions (13)Used By (5)

This is my package bue-laravel
==============================

[](#this-is-my-package-bue-laravel)

[![Latest Version on Packagist](https://camo.githubusercontent.com/763d163989092bdd0446f652e943a9ab6b78be7a3b767ec212f98c4e7e36da62/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f68776b646f2f6275652d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hwkdo/bue-laravel)[![GitHub Tests Action Status](https://camo.githubusercontent.com/aee5236f2a6fefcf0b4f1c4b7d9810911592ee9262d684b5bc08575ac57a8d66/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68776b646f2f6275652d6c61726176656c2f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/hwkdo/bue-laravel/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/97c00530597c08394aa60ac784f197a5a53c74e089471b6667bc2bde3155b7e5/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f68776b646f2f6275652d6c61726176656c2f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/hwkdo/bue-laravel/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/00069c8f02960a3ee0dfa24d95837a254753ed692204ca8847add413b143c199/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f68776b646f2f6275652d6c61726176656c2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/hwkdo/bue-laravel)

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/82523c801f45c6cfada70cf5a7cfde2a2f07f6b59babf94ac16170f864f10536/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f6275652d6c61726176656c2e6a70673f743d31)](https://spatie.be/github-ad-click/bue-laravel)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require hwkdo/bue-laravel
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="bue-laravel-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="bue-laravel-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="bue-laravel-views"
```

Usage
-----

[](#usage)

```
$bueLaravel = new Hwkdo\BueLaravel();
echo $bueLaravel->echoPhrase('Hello, Hwkdo!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

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

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

[](#contributing)

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

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

[](#security-vulnerabilities)

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

Credits
-------

[](#credits)

- [hwkdo](https://github.com/hwkdo)
- [All Contributors](../../contributors)

License
-------

[](#license)

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

###  Health Score

45

—

FairBetter than 91% of packages

Maintenance97

Actively maintained with recent releases

Popularity16

Limited adoption so far

Community16

Small or concentrated contributor base

Maturity46

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 92.9% 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 ~29 days

Recently: every ~11 days

Total

12

Last Release

15d ago

PHP version history (2 changes)v0.1PHP ^8.3

v0.3.2PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/72b6d361b5e84bd3dfecc691278039a815c252495b4624dd6f50caa27ff02655?d=identicon)[hwkdo](/maintainers/hwkdo)

---

Top Contributors

[![aleex1848](https://avatars.githubusercontent.com/u/17452861?v=4)](https://github.com/aleex1848 "aleex1848 (13 commits)")[![hwkdo](https://avatars.githubusercontent.com/u/181193575?v=4)](https://github.com/hwkdo "hwkdo (1 commits)")

---

Tags

laravelhwkdobue-laravel

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/hwkdo-bue-laravel/health.svg)

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3355.3M346](/packages/psalm-plugin-laravel)[spatie/laravel-permission

Permission handling for Laravel 12 and up

12.9k102.4M1.4k](/packages/spatie-laravel-permission)[laravel/ai

The official AI SDK for Laravel.

1.0k3.2M195](/packages/laravel-ai)[spatie/laravel-health

Monitor the health of a Laravel application

87512.0M165](/packages/spatie-laravel-health)[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.

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

API Platform support for Laravel

58171.6k14](/packages/api-platform-laravel)

PHPackages © 2026

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