PHPackages                             explt13/nosmi - 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. explt13/nosmi

ActiveProject[Framework](/categories/framework)

explt13/nosmi
=============

A lightweight MVC framework

1.1.25(11mo ago)031MITPHPPHP &gt;=8.3.6

Since Mar 15Pushed 10mo ago1 watchersCompare

[ Source](https://github.com/explt13/nosmi)[ Packagist](https://packagist.org/packages/explt13/nosmi)[ Docs](https://github.com/explt13/nosmi)[ RSS](/packages/explt13-nosmi/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (9)Versions (22)Used By (0)

Nosmi PHP Framework (still a wip)
=================================

[](#nosmi-php-framework-still-a-wip)

**Nosmi** is a minimal and lightweight PHP framework designed for rapid development and prototyping of small to medium-scale web applications.

---

🚀 Features
----------

[](#-features)

- Clean and simple project structure
- Follows the MVC (Model-View-Controller) pattern
- Minimal dependencies
- Easy to understand and extend
- Great for learning or building small apps quickly

---

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

[](#-installation)

You can install Nosmi via Composer:

```
composer create-project explt13/nosmi my-app
```

Installation via Script

1. Download and install nosmi from this repository.
2. Add it to your system's PATH.
3. Run the following command:

```
nosmi init
```

This will initialize the project structure and install the required dependencies.

---

🗂 Project Structure
-------------------

[](#-project-structure)

my-app/
├── bin/
├── public/
 ├── index.php
 ├── .htaccess
 └── ...
├── src/
 ├── models
 ├── controllers
 ├── render
 ├── views
 ├── errors
 └── ...
 └── layouts
 └── ...
├── tests/
├── composer.json
└── ...

---

🧱 Basic Usage
-------------

[](#-basic-usage)

```
public/index.php
require_once __DIR__ . '/../vendor/autoload.php';
use Nosmi\App;
$app = (new App())
        ->bootstrap(config_path)
        ->run();

```

---

📄 License
---------

[](#-license)

This project is licensed under the MIT License.

###  Health Score

35

—

LowBetter than 80% of packages

Maintenance52

Moderate activity, may be stable

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity62

Established project with proven stability

 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 ~4 days

Total

21

Last Release

350d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/f9943c57eebc49dae9fcc7df137fe6459beff32efefc652f15b8e356885ee5a6?d=identicon)[explt13](/maintainers/explt13)

---

Top Contributors

[![explt13](https://avatars.githubusercontent.com/u/141003949?v=4)](https://github.com/explt13 "explt13 (68 commits)")

---

Tags

phpframeworkwebmvc

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/explt13-nosmi/health.svg)

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

PHPackages © 2026

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