kaiidenaadhil/corexphp

CoreXPHP MVC Framework

Maintainers

Package info

github.com/kaiidenaadhil/CoreXPHP-v2.0

Type:project

pkg:composer/kaiidenaadhil/corexphp

Statistics

Installs: 2

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v1.0.0 2026-04-17 05:23 UTC

This package is auto-updated.

Last update: 2026-04-23 12:13:50 UTC


README

CoreXPHP Logo

The zero-overhead PHP framework engineered for speed and scale.

Latest Version on Packagist PHP Version License

CoreXPHP is a revolutionary, zero-overhead PHP framework that eliminates configuration fatigue through intelligent schema detection and autonomous auto-wiring. Built from the ground up for absolute performance, it achieves sub-millisecond execution times while maintaining a strict, enterprise-grade MVC architecture.

Unlike traditional frameworks that rely on deep, memory-heavy namespace nesting, CoreXPHP utilizes direct Composer Classmap autoloading and runtime reflection. It is natively dual-purpose—perfect for serving Server-Side Rendered (SSR) web portals or stateless JSON APIs for modern JavaScript frontends (React/Vue).

✨ Key Features

  • 0ms Overhead: Bypasses massive PSR-4 nesting arrays for direct Classmap autoloading.
  • Cognitive ORM: Automatic SHOW COLUMNS schema detection. No $fillable or $guarded arrays required.
  • Smart Auto-Wiring: The Router automatically injects dependencies (Request, Response) via the PHP Reflection API.
  • Data Pipelines: Native CSV bulk import/export built directly into the Model layer.
  • MERN-Style API Errors: Automatically intercepts API routes to prevent HTML stack traces, returning standardized JSON error contracts instead.
  • Airtight Security: 100% SQL Injection immunity via automated PDO bindings, strict mass-assignment protection, and built-in Session Fixation prevention.

📦 Quick Start

CoreXPHP is incredibly lightweight. You can scaffold a completely functional, secure web application in seconds.

Installation

Use Composer to create a new CoreXPHP project:

composer create-project kaiidenaadhil/corexphp my-app