PHPackages                             kaiidenaadhil/corexphp - 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. kaiidenaadhil/corexphp

ActiveProject[Framework](/categories/framework)

kaiidenaadhil/corexphp
======================

CoreXPHP MVC Framework

v1.0.0(2mo ago)02MITPHPPHP &gt;=8.0

Since Apr 17Pushed 2mo agoCompare

[ Source](https://github.com/kaiidenaadhil/CoreXPHP-v2.0)[ Packagist](https://packagist.org/packages/kaiidenaadhil/corexphp)[ RSS](/packages/kaiidenaadhil-corexphp/feed)WikiDiscussions main Synced 2d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

 [![CoreXPHP Logo](https://camo.githubusercontent.com/963085bfc4f5fb96b764062a779e14dd751726a9ef79d6ea915a9ff8a6a577e9/68747470733a2f2f656d706f77726f2e636f6d2f7e6465762f6173736574732f696d672f6c6f676f2e737667)](https://camo.githubusercontent.com/963085bfc4f5fb96b764062a779e14dd751726a9ef79d6ea915a9ff8a6a577e9/68747470733a2f2f656d706f77726f2e636f6d2f7e6465762f6173736574732f696d672f6c6f676f2e737667)

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

 [![Latest Version on Packagist](https://camo.githubusercontent.com/93fee15b2d73fb99900a2b3db1e6946d6be10b21855d58397a4fd0a000603810/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b61696964656e61616468696c2f636f7265787068703f636f6c6f723d303044433832267374796c653d666f722d7468652d6261646765)](https://packagist.org/packages/kaiidenaadhil/corexphp) [![PHP Version](https://camo.githubusercontent.com/9a07ab8c33160b6d09c147db9d0a57260916181283466099a59c075281d40f3b/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f5048502d253345253344253230382e302d3737374242342e7376673f7374796c653d666f722d7468652d6261646765266c6f676f3d706870)](https://php.net) [![License](https://camo.githubusercontent.com/7b3cda3e1987b7bc735ccf0d2bceb3a48ed72b43e9db233f272cd64932fbded0/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f4c6963656e73652d4d49542d3130423938312e7376673f7374796c653d666f722d7468652d6261646765)](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
--------------

[](#-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
-------------

[](#-quick-start)

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

### Installation

[](#installation)

Use Composer to create a new **CoreXPHP** project:

```
composer create-project kaiidenaadhil/corexphp my-app
```

###  Health Score

35

—

LowBetter than 77% of packages

Maintenance85

Actively maintained with recent releases

Popularity2

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity39

Early-stage or recently created project

 Bus Factor1

Top contributor holds 61.1% 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

79d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/152591280?v=4)[Kaiiden Aadhil](/maintainers/kaiidenaadhil)[@kaiidenaadhil](https://github.com/kaiidenaadhil)

---

Top Contributors

[![kaiidenaadhil](https://avatars.githubusercontent.com/u/152591280?v=4)](https://github.com/kaiidenaadhil "kaiidenaadhil (11 commits)")[![avantvista](https://avatars.githubusercontent.com/u/162327873?v=4)](https://github.com/avantvista "avantvista (7 commits)")

### Embed Badge

![Health badge](/badges/kaiidenaadhil-corexphp/health.svg)

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

###  Alternatives

[matomo/matomo

Matomo is the leading Free/Libre open analytics platform

21.7k38.9k](/packages/matomo-matomo)[getkirby/cms

The Kirby core

1.5k584.8k474](/packages/getkirby-cms)[chameleon-system/chameleon-base

The Chameleon System core.

1028.6k5](/packages/chameleon-system-chameleon-base)[sproutcms/cms

Enterprise content management and framework

242.5k4](/packages/sproutcms-cms)

PHPackages © 2026

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