arpon/framework

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

Installs: 6

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 0

pkg:composer/arpon/framework

v1.0.1 2026-01-23 06:30 UTC

This package is auto-updated.

Last update: 2026-01-23 09:11:23 UTC


README

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

Features

  • Lightweight & 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 & Security: Robust authentication and encryption systems.
  • Cache & Session: Multiple drivers for efficient data handling.
  • Mailing: SMTP and Mailgun support out of the box.

Requirements

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

Installation

Install via Composer:

composer require arponascension1/arpon-framework

Usage

Example of a basic route:

use Arpon\Support\Facades\Route;

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

Author

Arpon - GitHub

License

This project is licensed under the MIT License - see the LICENSE file for details.