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

ActiveLibrary

wamesk/core
===========

0265PHP

Since Jun 3Pushed 1y ago2 watchersCompare

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

READMEChangelogDependenciesVersions (1)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/core
```

Usage
-----

[](#usage)

### ExceptionHandler

[](#exceptionhandler)

When using `wamesk/laravel-auth` 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 `__()` for message

Response example

```
{
    "code": "examplecode",
    "message": "examplemessagee"
}
```

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance26

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity18

Early-stage or recently created project

 Bus Factor1

Top contributor holds 75% 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.

### Community

Maintainers

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

---

Top Contributors

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

### Embed Badge

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

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

PHPackages © 2026

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