The next level of PHP development.
NexaPHP is a modern, lightweight PHP framework built for speed, simplicity, and scalability. With its clean syntax, modular architecture, and powerful built-in tools, NexaPHP helps developers code smarter and build faster.
- ⚡ Lightweight Core – Minimal yet powerful, no unnecessary bloat.
- 🧩 Modular Architecture – Reusable, extendable, and flexible components.
- ✨ Elegant Syntax – Clean, readable, and developer-friendly.
- 🚄 High Performance – Optimized for speed at every level.
- 🛠️ Built-in Tools – Routing, ORM, templating, and security out of the box.
- 📈 Scalable & Future-Ready – From small apps to enterprise systems.
NexaPHP is built on three core principles:
- Simplicity – Keep development straightforward and intuitive.
- Flexibility – Give developers freedom to build their way.
- Power – Deliver strong performance and robust features.
composer create-project nexaphp/nexaphp my-app
cd my-app
php artisan serve
<?php
use Nexa\Core\Route;
Route::get('/', function () {
return 'Hello, NexaPHP!';
});
We welcome contributions! Please fork the repo and submit a pull request.
NexaPHP is open-source software licensed under the MIT license.
NexaPHP — The next level of PHP.