PHPackages                             eliseekn/tinymvc - 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. eliseekn/tinymvc

ActiveProject[Framework](/categories/framework)

eliseekn/tinymvc
================

TinyMVC is a PHP framework based on MVC architecture that helps you build easily and quickly powerful web applications and RESTful API.

4.x-dev(1mo ago)3262[2 PRs](https://github.com/eliseekn/tinymvc/pulls)MITPHPPHP ^8.4

Since Mar 23Pushed 2mo ago2 watchersCompare

[ Source](https://github.com/eliseekn/tinymvc)[ Packagist](https://packagist.org/packages/eliseekn/tinymvc)[ RSS](/packages/eliseekn-tinymvc/feed)WikiDiscussions 4.x Synced 1mo ago

READMEChangelog (2)Dependencies (27)Versions (6)Used By (0)

TinyMVC
=======

[](#tinymvc)

[![Latest Version on Packagist](https://camo.githubusercontent.com/7bf41c3d2a27d18281dee6c67d591bd547a03f4e3814b8125781528b49a95c44/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f656c697365656b6e2f74696e796d76632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eliseekn/tinymvc)[![Total Downloads](https://camo.githubusercontent.com/b53a735d86e4e97694e2aa03cee371500234deeae22b0316e2d3b97c973a03d4/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f656c697365656b6e2f74696e796d76632e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/eliseekn/tinymvc)

TinyMVC is a PHP framework based on MVC architecture that helps you build easily and quickly powerful web applications and RESTful API.

Requirements
------------

[](#requirements)

```
PHP ^8.4
Node ^20.20

```

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

[](#installation)

1. Create new composer project

In your terminal :

```
composer create-project eliseekn/tinymvc project-name

```

1. Install packages dependencies

In your terminal :

```
cd ./project-name
yarn && yarn dev

```

Your first application
----------------------

[](#your-first-application)

1. Setup application

In your terminal :

```
cp .env.example .env
php console app:setup

```

1. Setup database

In your terminal :

```
php console migrations:run --seed

```

1. Start a local server development

In your terminal :

```
php console serve

```

For more console commands :

```
php console list

```

License
-------

[](#license)

[MIT](https://opensource.org/licenses/MIT)

Copyright
---------

[](#copyright)

2019-2025 N'Guessan Kouadio Elisée

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance89

Actively maintained with recent releases

Popularity12

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 98.7% 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 ~485 days

Total

4

Last Release

52d ago

Major Versions

1.0.0.x-dev → 2.x-dev2025-01-30

2.x-dev → 3.x-dev2026-02-28

3.x-dev → 4.x-dev2026-03-19

PHP version history (3 changes)1.0.0.x-devPHP &gt;=8.0.0

2.x-devPHP ^8.1

3.x-devPHP ^8.4

### Community

Maintainers

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

---

Top Contributors

[![eliseekn](https://avatars.githubusercontent.com/u/49273981?v=4)](https://github.com/eliseekn "eliseekn (521 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (7 commits)")

---

Tags

mvc-architecturephpphp-frameworkphpframeworkmvc

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/eliseekn-tinymvc/health.svg)

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

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[laravel/framework

The Laravel Framework.

34.6k509.9M17.0k](/packages/laravel-framework)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)[contao/core-bundle

Contao Open Source CMS

1231.6M2.3k](/packages/contao-core-bundle)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)

PHPackages © 2026

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