Skip to content
@nexaphp

The NexaPHP Framework

The next level of PHP development.

NexaPHP

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.


🚀 Features

  • 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.

📖 Philosophy

NexaPHP is built on three core principles:

  1. Simplicity – Keep development straightforward and intuitive.
  2. Flexibility – Give developers freedom to build their way.
  3. Power – Deliver strong performance and robust features.

🔧 Installation

composer create-project nexaphp/nexaphp my-app
cd my-app
php artisan serve

🏗️ Quick Example

<?php

use Nexa\Core\Route;

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

🤝 Contributing

We welcome contributions! Please fork the repo and submit a pull request.


📜 License

NexaPHP is open-source software licensed under the MIT license.


NexaPHP — The next level of PHP.

Popular repositories Loading

  1. .github .github Public

  2. framework framework Public

    PHP

  3. nexaphp nexaphp Public

    PHP

Repositories

Showing 3 of 3 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…