PHPackages                             farook/orbitmvc - 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. farook/orbitmvc

ActiveLibrary[Framework](/categories/framework)

farook/orbitmvc
===============

A high-performance, reusable PHP MVC framework core designed for massive concurrency

v1.0.3(2mo ago)24MITPHPPHP &gt;=8.1

Since Apr 8Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/farookhridoy/OrbitMVC)[ Packagist](https://packagist.org/packages/farook/orbitmvc)[ RSS](/packages/farook-orbitmvc/feed)WikiDiscussions main Synced 1w ago

READMEChangelogDependencies (1)Versions (4)Used By (0)

OrbitMVC Framework
==================

[](#orbitmvc-framework)

[![Latest Version on Packagist](https://camo.githubusercontent.com/9f12ff8208082425e1413fe5cb662e370014ae7e08621ce4262d566649946279/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6661726f6f6b2f6f726269746d76632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/farook/orbitmvc)[![Total Downloads](https://camo.githubusercontent.com/a257bcec39a2cf85cc12e70a0756b53717c64c03df07718752ec0223a34e483c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6661726f6f6b2f6f726269746d76632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/farook/orbitmvc)[![License](https://camo.githubusercontent.com/046585e3f175fceffe69e03ba95cdc31cceb968e2e35140a57f56529a4467415/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6661726f6f6b2f6f726269746d76632e7376673f7374796c653d666c61742d737175617265)](https://github.com/farookhridoy/OrbitMVC/blob/main/LICENSE)

**OrbitMVC** is a high-performance, reusable PHP MVC framework core designed specifically for massive concurrency. It remains lightweight while providing the essential tools for modern web development.

---

🚀 Key Features
--------------

[](#-key-features)

- **High-Performance View Engine:** Compiled Blade-like templates with Zero-overhead caching.
- **Active Record ORM:** Fluent, object-oriented database interactions.
- **Async Redis Queue:** Process heavy tasks (like registrations) in the background.
- **Stateless Architecture:** Fully compatible with RoadRunner, Swoole, and traditional servers.
- **Orbit CLI:** Developer-friendly terminal tool for scaffolding and maintenance.

📦 Installation
--------------

[](#-installation)

### Method 1: Create Project (Recommended)

[](#method-1-create-project-recommended)

Start a new project with the full scaffold structure:

```
composer create-project farook/orbitmvc my-app
cd my-app
php orbit orbit:serve
```

### Method 2: Manual Installation

[](#method-2-manual-installation)

Install the core into an existing project:

```
composer require farook/orbitmvc
vendor/bin/orbit init
php orbit orbit:serve
```

💻 CLI Commands
--------------

[](#-cli-commands)

OrbitMVC comes with a built-in CLI tool for fast development:

- `php orbit init` - Scaffold the project structure (app, public, routes, storage)
- `php orbit orbit:serve` - Start the development server at localhost:8000
- `php orbit make:controller ` - Create a new controller
- `php orbit make:model ` - Create a new Active Record model
- `php orbit view:clear` - Purge compiled view cache
- `php orbit queue:work` - Start the background job worker

🤝 Contributing
--------------

[](#-contributing)

Contributions are welcome! Please check the [CONTRIBUTING.md](CONTRIBUTING.md) for guidelines.

👤 Author
--------

[](#-author)

**Md Omar farook**

- Website: [farookhridoy.com](http://farookhridoy.com)
- Email:
- GitHub: [@farookhridoy](https://github.com/farookhridoy)

📄 License
---------

[](#-license)

The OrbitMVC framework is open-sourced software licensed under the [MIT license](LICENSE).

###  Health Score

38

—

LowBetter than 83% of packages

Maintenance87

Actively maintained with recent releases

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

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

Every ~0 days

Total

3

Last Release

62d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/156549297?v=4)[gmfaruk](/maintainers/gmfaruk)[@GMFaruk](https://github.com/GMFaruk)

---

Top Contributors

[![farookhridoy](https://avatars.githubusercontent.com/u/21526649?v=4)](https://github.com/farookhridoy "farookhridoy (10 commits)")

---

Tags

phpframeworkormbladequeuemvchigh-performance

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/farook-orbitmvc/health.svg)

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

###  Alternatives

[phpmv/ubiquity

Ubiquity-framework

70139.3k6](/packages/phpmv-ubiquity)[letsdrink/ouzo

Ouzo PHP MVC framework

7210.7k1](/packages/letsdrink-ouzo)[mirekmarek/php-jet

PHP Jet is modern, powerful, real-life proven, really fast and secure, small and light-weight framework for PHP8 with great clean and flexible modular architecture containing awesome developing tools. No magic, just clean software engineering.

241.3k](/packages/mirekmarek-php-jet)

PHPackages © 2026

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