PHPackages                             mr-sem-s/mini-framework-php - 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. mr-sem-s/mini-framework-php

ActiveProject[Framework](/categories/framework)

mr-sem-s/mini-framework-php
===========================

A simple PHP framework for building web applications.

v1.0.0(9mo ago)214PHPPHP &gt;=7.4

Since Jul 23Pushed 9mo agoCompare

[ Source](https://github.com/papesembene/MiniFrameworkPHP)[ Packagist](https://packagist.org/packages/mr-sem-s/mini-framework-php)[ RSS](/packages/mr-sem-s-mini-framework-php/feed)WikiDiscussions main Synced 1mo ago

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

Mini-Framework-php
==================

[](#mini-framework-php)

Un mini framework PHP pour créer rapidement des applications web modernes.

Fonctionnalités
---------------

[](#fonctionnalités)

- Architecture MVC simple
- Routing flexible (fichiers `route/web.php` et `route/api.php`)
- Injection de dépendances via configuration YAML
- Gestion de session et validation
- Système de middlewares
- Autoload PSR-4 compatible Composer

Installation
------------

[](#installation)

```
composer create-project mr-sem-s/mini-framework-php
```

Structure du projet
-------------------

[](#structure-du-projet)

```
App/
  config/
  core/
  ...
database/
public/
route/
src/
templates/
vendor/

```

Démarrage rapide
----------------

[](#démarrage-rapide)

1. Cloner le projet ou installer via Composer.
2. Configurer vos routes dans `route/web.php` ou `route/api.php`.
3. Ajouter vos contrôleurs dans `src/controllers/`.
4. Lancer le serveur PHP :

```
php -S localhost:8000 -t public
```

Auteur
------

[](#auteur)

- Pape Sembene ()

Licence
-------

[](#licence)

MIT

###  Health Score

29

—

LowBetter than 60% of packages

Maintenance59

Moderate activity, may be stable

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity35

Early-stage or recently created project

 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

Unknown

Total

1

Last Release

289d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8dc2a484a3487ee9b44303db12ff81cebd52bb41a287a4e9d7d16a66df2c9714?d=identicon)[papesembene](/maintainers/papesembene)

---

Top Contributors

[![papesembene](https://avatars.githubusercontent.com/u/136622079?v=4)](https://github.com/papesembene "papesembene (1 commits)")

---

Tags

phpframeworkwebapplication

### Embed Badge

![Health badge](/badges/mr-sem-s-mini-framework-php/health.svg)

```
[![Health](https://phpackages.com/badges/mr-sem-s-mini-framework-php/health.svg)](https://phpackages.com/packages/mr-sem-s-mini-framework-php)
```

PHPackages © 2026

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