PHPackages                             askync/utils - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. askync/utils

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

askync/utils
============

Utilities for laravel/lumen framework

1.11.1(3y ago)0108mitPHP

Since Jul 20Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Askync/Utils)[ Packagist](https://packagist.org/packages/askync/utils)[ RSS](/packages/askync-utils/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (25)Used By (0)

\#Askync/Utils

\###Some Api Utilities for laravel/lumen framework

Success Response

```
return \Askync\Utils\Facades\AskyncResponse::success([
    'name' => 'John Doe',
    'email' => 'doe@john.com'
]);
```

Error Response

```
return \Askync\Utils\Facades\AskyncResponse::success(401, 'Unauthorized');
```

Throw Error as Response, Break the process and return response from anywhere in your code

```
    throw new \Askync\Utils\Utils\ResponseException('Server cannot accept the data type');
```

\##Setup
bootstrap/app.php

```
    ...
    $app->singleton(
        Illuminate\Contracts\Debug\ExceptionHandler::class,
        \Askync\Utils\Handler\LumenErrorHandler::class
    );

    ...

    $app->register(\Askync\Utils\UtilsServiceProvider::class);
    ...
```

###  Health Score

28

—

LowBetter than 54% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity65

Established project with proven stability

 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 ~32 days

Recently: every ~150 days

Total

24

Last Release

1383d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/193d9558c02535a400c6947fe7700cc8922d4ef4ff476c4aa7d5887fd7c48bef?d=identicon)[godamri](/maintainers/godamri)

---

Top Contributors

[![godamri](https://avatars.githubusercontent.com/u/10650472?v=4)](https://github.com/godamri "godamri (5 commits)")

### Embed Badge

![Health badge](/badges/askync-utils/health.svg)

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

PHPackages © 2026

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