PHPackages                             ngorei/framework - 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. [Framework](/categories/framework)
4. /
5. ngorei/framework

ActiveLibrary[Framework](/categories/framework)

ngorei/framework
================

Ngorei - framework

v2.0.4(1y ago)016MITPHP

Since Jan 14Pushed 1y agoCompare

[ Source](https://github.com/Ngorei/framework)[ Packagist](https://packagist.org/packages/ngorei/framework)[ RSS](/packages/ngorei-framework/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Ngorei Framework
================

[](#ngorei-framework)

Selamat datang di Ngorei Framework! Framework web modern yang mengutamakan kesederhanaan dan kecepatan development.

Keunggulan
----------

[](#keunggulan)

- Tulis HTML, CSS, dan JavaScript murni tanpa perlu template engine
- PHP sebagai backend yang powerful
- Development 2x lebih cepat
- Kode yang mudah dimaintain
- Performa web yang maksimal

Instalasi
---------

[](#instalasi)

```
composer require ngorei/framework
```

Cara Penggunaan
---------------

[](#cara-penggunaan)

Framework ini mendukung berbagai cara import sesuai kebutuhan Anda:

```
// 1. ES Modules (Modern Browsers)
import { Ngorei } from './js/ngorei-framework.js';
const NexaUI = new Ngorei().Network();

// 2. AMD (RequireJS)
define(['ngorei-framework'], function(Ngorei) {
    const NexaUI = new Ngorei().Network();
});

// 3. CommonJS (Node.js)
const Ngorei = require('./js/ngorei-framework');
const NexaUI = new Ngorei().Network();

// 4. Browser Global
const NexaUI = new Ngorei().Network(); // Tersedia otomatis sebagai variabel global
```

Dokumentasi Lengkap
-------------------

[](#dokumentasi-lengkap)

Untuk informasi lebih detail, silakan kunjungi [dokumentasi resmi](https://ngorei.com/doc/v.4.0.5)

Lisensi
-------

[](#lisensi)

MIT License

Kontribusi
----------

[](#kontribusi)

Kami sangat menghargai kontribusi dari komunitas. Silakan buat pull request atau laporkan issues.

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance41

Moderate activity, may be stable

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity38

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.

###  Release Activity

Cadence

Unknown

Total

1

Last Release

490d ago

### Community

Maintainers

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

---

Top Contributors

[![iandantrik112](https://avatars.githubusercontent.com/u/39563591?v=4)](https://github.com/iandantrik112 "iandantrik112 (3 commits)")

### Embed Badge

![Health badge](/badges/ngorei-framework/health.svg)

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

###  Alternatives

[laravel/dusk

Laravel Dusk provides simple end-to-end testing and browser automation.

1.9k36.7M259](/packages/laravel-dusk)[lion/bundle

Lion-framework configuration and initialization package

122.2k1](/packages/lion-bundle)[doppar/framework

The Doppar Framework

366.7k8](/packages/doppar-framework)

PHPackages © 2026

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