PHPackages                             maatify/admin-portal-handler - 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. [Admin Panels](/categories/admin)
4. /
5. maatify/admin-portal-handler

ActiveLibrary[Admin Panels](/categories/admin)

maatify/admin-portal-handler
============================

maatify.com

5.0.1(9mo ago)12931MITPHP

Since Sep 28Pushed 9mo ago1 watchersCompare

[ Source](https://github.com/Maatify/AdminPortalHandler)[ Packagist](https://packagist.org/packages/maatify/admin-portal-handler)[ Docs](https://github.com/Maatify/)[ RSS](/packages/maatify-admin-portal-handler/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (15)Versions (15)Used By (1)

[![Current version](https://camo.githubusercontent.com/1414e693a820bc642cab050eb9858b6447207a765f4a0fdf77bcf690329ca371/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6161746966792f61646d696e2d706f7274616c2d68616e646c6572)](https://packagist.org/packages/maatify/admin-portal-handler)[![Packagist PHP Version Support](https://camo.githubusercontent.com/81f883358894744b7dfd826d2fff692c8db7a1663f78dfcdcaf2218eef3c54d5/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f6d6161746966792f61646d696e2d706f7274616c2d68616e646c6572)](https://packagist.org/packages/maatify/admin-portal-handler)[![Monthly Downloads](https://camo.githubusercontent.com/aa4eb18b1f878a813e78fbe0b3193e41c3e71a58b44b319ae3aadcbccc237c93/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f6d6161746966792f61646d696e2d706f7274616c2d68616e646c6572)](https://packagist.org/packages/maatify/admin-portal-handler/stats)[![Total Downloads](https://camo.githubusercontent.com/2b53fb0f12af825d6d7a95d56e6d6bc0c57b1c249b089fdb6f7cabc3a39e95c7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6161746966792f61646d696e2d706f7274616c2d68616e646c6572)](https://packagist.org/packages/maatify/admin-portal-handler/stats)[![Stars](https://camo.githubusercontent.com/e3e0e2c0508aad82929fb29b5b8cf805377097ecafb63c1ce0550119e814feb7/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f73746172732f6d6161746966792f61646d696e2d706f7274616c2d68616e646c6572)](https://github.com/maatify/AdminPortalHandler/stargazers)

PostValidatorJsonCode
=====================

[](#postvalidatorjsoncode)

maatify.dev Admin Portal Handler, known by our team

Installation
============

[](#installation)

```
composer require maatify/admin-portal-handler
```

Important
---------

[](#important)

Don't forget to use \\App\\DB\\DBS\\DbConnector;

Don't forget to use \\App\\DB\\DBS\\DbLogger;

Don't forget to use \\App\\DB\\DBS\\DbPortalHandler;

Don't forget to use \\App\\DB\\DBS\\DbProjectHandler;

Don't forget to use \\App\\Assist\\AppFunctions

Don't forget to use \\App\\Assist\\Encryptions

Don't forget to use \\App\\Assist\\Jwt

Don't forget to use \\App\\Assist\\OpensslEncryption

Don't forget to use \\App\\DB\\Tables\\Language\\LanguagePortalRecord

Don't forget to use \\App\\Assist\\DefaultPassword

```
namespace App\Assist;

use Maatify\Functions\GeneralPasswordGenerator;

class DefaultPassword
{
    private static self $instance;

    public static function obj(): self
    {
        if (empty(self::$instance)) {
            self::$instance = new self();
        }

        return self::$instance;
    }

    public static function GenerateAdminDefaultPassword(): string
    {
        $password = GeneralPasswordGenerator::passwordGenerator(16, GeneralPasswordGenerator::allCharacters());
        return $password;
    }

    public static function GenerateCustomerDefaultPassword(): string
    {
        $password = GeneralPasswordGenerator::passwordGenerator(13, GeneralPasswordGenerator::allCharacters());
        return $password;
    }
}
```

###  Health Score

34

—

LowBetter than 77% of packages

Maintenance58

Moderate activity, may be stable

Popularity13

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity47

Maturing project, gaining track record

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

Recently: every ~40 days

Total

12

Last Release

279d ago

Major Versions

1.1.0082 → 2.0.00012024-12-22

1.3.0008 → 2.0.00032025-02-05

2.0.0003 → 3.0.00052025-02-24

3.0.x-dev → 4.0.00052025-03-02

4.0.7 → 5.0.12025-08-10

PHP version history (2 changes)1.1.0124PHP &gt;=8.1

1.3.0002PHP &gt;=8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/1a885a0810f2762586520ab284c9019aaf0b650b53cdf2a6c13ea10931bb7795?d=identicon)[Maatify](/maintainers/Maatify)

---

Top Contributors

[![megyptm](https://avatars.githubusercontent.com/u/33574895?v=4)](https://github.com/megyptm "megyptm (234 commits)")

---

Tags

phphandleradminportalmaatifyAdminPortalAdminPortalHandler

### Embed Badge

![Health badge](/badges/maatify-admin-portal-handler/health.svg)

```
[![Health](https://phpackages.com/badges/maatify-admin-portal-handler/health.svg)](https://phpackages.com/packages/maatify-admin-portal-handler)
```

###  Alternatives

[redchamps/module-clean-admin-menu

It will merge all third party extensions menu items to single menu item named 'Extensions'.

164416.3k](/packages/redchamps-module-clean-admin-menu)[rockys/ex-admin-thinkphp

Ex-admin-thinkphp 是一个基于Ant Design of Vue + Thinkphp 开发而成后台系统构建工具，无需关注页面模板JavaScript，只用php代码即可快速构建出一个功能完善的后台系统。

163.0k](/packages/rockys-ex-admin-thinkphp)

PHPackages © 2026

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