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

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

mhafizhasan/agak-core
=====================

AGAK core package

0.1.3(9y ago)140MITPHP

Since Dec 13Pushed 9y ago1 watchersCompare

[ Source](https://github.com/mhafizhasan/agak-core)[ Packagist](https://packagist.org/packages/mhafizhasan/agak-core)[ RSS](/packages/mhafizhasan-agak-core/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (3)Versions (14)Used By (0)

AGAK CORE
=========

[](#agak-core)

A core package for AGAK Platform.

List of features:

API

1. AgakLogger - log activity for dashboard newsfeed and audit trail
2. AgakAPI - core function

Middleware

1. AgakJWT - manage JWT token
2. AgakSession - manage session
3. AgakGateKeeper - check user authorized url

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

[](#installation)

Install this package via composer:

```
composer require mhafizhasan/agak-core

```

Install the service provider and register aliases:

```
// config/app.php
'providers' => [
    ...
    Mhafizhasan\AgakCore\AgakCoreServiceProvider::class,
];

'aliases' => [
    ...
    'AgakLogger' => Mhafizhasan\AgakCore\Facade\AgakLogger::class,
    'AgakAPI' => Mhafizhasan\AgakCore\Facade\AgakAPI::class,
];

```

Publish the migration:

```
php artisan vendor:publish --provider="Mhafizhasan\AgakCore\AgakCoreServiceProvider" --tag="migrations"

```

Run the migration:

```
php artisan migrate

```

###  Health Score

26

—

LowBetter than 41% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity60

Established project with proven stability

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

Total

13

Last Release

3465d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/b7a8a7216e31cf73ff73cf36d844428fb348db15caeb6ca282bef9b554857e51?d=identicon)[epydermis](/maintainers/epydermis)

### Embed Badge

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

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

###  Alternatives

[psalm/plugin-laravel

Psalm plugin for Laravel

3345.1M337](/packages/psalm-plugin-laravel)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)[flarum/core

Delightfully simple forum software.

201.4M2.2k](/packages/flarum-core)[api-platform/laravel

API Platform support for Laravel

59156.3k11](/packages/api-platform-laravel)

PHPackages © 2026

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