PHPackages                             arpon/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. arpon/framework

ActiveLibrary[Framework](/categories/framework)

arpon/framework
===============

A high-performance, lightweight PHP MVC framework core designed for simplicity and speed.

1.0.0(3mo ago)033[1 PRs](https://github.com/arponascension1/arpon-framework/pulls)1MITPHPPHP ^8.3

Since Feb 3Pushed 3mo agoCompare

[ Source](https://github.com/arponascension1/arpon-framework)[ Packagist](https://packagist.org/packages/arpon/framework)[ Docs](https://github.com/arponascension1/arpon-framework)[ RSS](/packages/arpon-framework/feed)WikiDiscussions 1.0.0 Synced 1mo ago

READMEChangelog (1)Dependencies (3)Versions (3)Used By (1)

Arpon MVC Framework Core
========================

[](#arpon-mvc-framework-core)

A high-performance, lightweight PHP MVC framework core designed for simplicity and speed.

Features
--------

[](#features)

- **Lightweight &amp; Fast**: Minimal overhead for maximum performance.
- **Routing**: Clean and expressive routing engine.
- **Eloquent-like ORM**: Intuitive database interactions.
- **Dependency Injection**: Powerful IoC container.
- **Console**: Built-in CLI for scaffolding and tasks.
- **Auth &amp; Security**: Robust authentication and encryption systems.
- **Cache &amp; Session**: Multiple drivers for efficient data handling.
- **Mailing**: SMTP and Mailgun support out of the box.

Requirements
------------

[](#requirements)

- PHP 8.1 or higher
- JSON Extension
- MBString Extension
- OpenSSL Extension
- PDO Extension
- CURL Extension (for Mailgun)

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

[](#installation)

Install via Composer:

```
composer require arponascension1/arpon-framework
```

Usage
-----

[](#usage)

Example of a basic route:

```
use Arpon\Support\Facades\Route;

Route::get('/', function () {
    return 'Hello, Arpon!';
});
```

Author
------

[](#author)

**Arpon** - [GitHub](https://github.com/arponascension1)

License
-------

[](#license)

This project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.

###  Health Score

39

—

LowBetter than 86% of packages

Maintenance81

Actively maintained with recent releases

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity50

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

Total

2

Last Release

105d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/97a61075c994a1e00c6389bacb03c0407f15c3494165e139c0bec511d5aabab6?d=identicon)[arponascension1](/maintainers/arponascension1)

---

Top Contributors

[![arponascension1](https://avatars.githubusercontent.com/u/80333684?v=4)](https://github.com/arponascension1 "arponascension1 (12 commits)")

---

Tags

phpframeworkmvcclean codearponarpon-framework

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[letsdrink/ouzo

Ouzo PHP MVC framework

7210.5k1](/packages/letsdrink-ouzo)[mirekmarek/php-jet

PHP Jet is modern, powerful, real-life proven, really fast and secure, small and light-weight framework for PHP8 with great clean and flexible modular architecture containing awesome developing tools. No magic, just clean software engineering.

241.3k](/packages/mirekmarek-php-jet)

PHPackages © 2026

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