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

ActiveLibrary[Framework](/categories/framework)

wamesk/laravel
==============

1.0.2(1mo ago)031proprietaryPHP

Since Jan 24Pushed 1mo ago2 watchersCompare

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

READMEChangelog (3)Dependencies (1)Versions (4)Used By (0)

Package for core utilities to be used in multiple packages
==========================================================

[](#package-for-core-utilities-to-be-used-in-multiple-packages)

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

[](#installation)

```
composer require wamesk/laravel
```

Usage
-----

[](#usage)

### ExceptionHandler

[](#exceptionhandler)

When using `wamesk/laravel` package or `WameException` exception you need to register this `ExceptionHandler`.

```
// bootstrap/app.php

->withExceptions(function (Exceptions $exceptions) {
    ...
    $exceptions->render(resolve(ExceptionHandler::class));
    ...
})->create();
```

### WameException

[](#wameexception)

Was created to be used with `ExceptionHandler` for custom frontend response, can be used anywhere in project. Code in WameException will be used as status code. Message will be used as code and will be put in translator `__($exception->getMessage())` for message.

Response example

```
{
    "code": "1.1",
    "message": "Error message"
}
```

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance90

Actively maintained with recent releases

Popularity10

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 50% 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 ~209 days

Total

3

Last Release

53d ago

### Community

Maintainers

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

---

Top Contributors

[![stanislav-cervenak](https://avatars.githubusercontent.com/u/6931349?v=4)](https://github.com/stanislav-cervenak "stanislav-cervenak (3 commits)")[![adrianzofcin](https://avatars.githubusercontent.com/u/75702986?v=4)](https://github.com/adrianzofcin "adrianzofcin (2 commits)")[![wamesro](https://avatars.githubusercontent.com/u/5340873?v=4)](https://github.com/wamesro "wamesro (1 commits)")

### Embed Badge

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

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

###  Alternatives

[code16/sharp

Laravel Content Management Framework

78959.5k4](/packages/code16-sharp)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)[ecotone/laravel

Laravel integration for Ecotone

21307.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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