arponascension1 / arpon-framework
A high-performance, lightweight PHP MVC framework core designed for simplicity and speed.
Installs: 2
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 0
pkg:composer/arponascension1/arpon-framework
Requires
- php: ^8.1
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- ext-openssl: *
- ext-pdo: *
- symfony/console: ^6.4
This package is auto-updated.
Last update: 2026-01-23 02:43:26 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.