PHPackages                             morait/management-web - 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. morait/management-web

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

morait/management-web
=====================

Control dan management license applikasi berbasi web, sehingga dapat mempermudah kita untuk melakukan update, kunci license maupun menghapus aplikasi

31PHPCI failing

Since Jan 8Pushed 6y ago1 watchersCompare

[ Source](https://github.com/andtho89/management_web)[ Packagist](https://packagist.org/packages/morait/management-web)[ RSS](/packages/morait-management-web/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependenciesVersions (1)Used By (0)

management\_web
===============

[](#management_web)

[Document](https://andtho89.github.io/management_web/)

Control dan management license applikasi berbasi web, sehingga dapat mempermudah kita untuk melakukan update, kunci license maupun menghapus aplikasi

install:

> composer require morait/management-web

cara penggunaan:

```
use ManagementWeb\Management;

$management = new ManagementWeb\Management(array('url'=>URL_JSON, 'email'=>YOUR_EMAIL));
$m::initialize();
```

atau

```
use ManagementWeb\Management;
Management::$url = URL_JSON;
Management::$email = YOUR_EMAIL
Management::initialize();
```

Buat atau hasilkan json di URL\_JSON anda dengan value

```
{
  "status": "active"
}

```

status bisa diganti dengan

```
1. active = berarti dalam keadaan active
2. nonaktif = aplikasi akan muncul pemberitahuan license mati
3. hapus = aplikasi akan dihapus dari sistem

```

###  Health Score

18

—

LowBetter than 8% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/260e9af2937309dfdeb236c6e129e26f924d1f7261a05b5496b6c40fbace8f8a?d=identicon)[Gunanto](/maintainers/Gunanto)

---

Top Contributors

[![gunantos](https://avatars.githubusercontent.com/u/32815894?v=4)](https://github.com/gunantos "gunantos (19 commits)")

---

Tags

license-managementmanagement-systemphp

### Embed Badge

![Health badge](/badges/morait-management-web/health.svg)

```
[![Health](https://phpackages.com/badges/morait-management-web/health.svg)](https://phpackages.com/packages/morait-management-web)
```

PHPackages © 2026

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