eliseekn/tinymvc

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

Maintainers

Package info

github.com/eliseekn/tinymvc

Type:project

pkg:composer/eliseekn/tinymvc

Statistics

Installs: 26

Dependents: 0

Suggesters: 0

Stars: 3

Open Issues: 2

4.x-dev 2026-03-10 18:38 UTC

README

Latest Version on Packagist Total Downloads

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

Requirements

PHP ^8.4
Node ^20.20

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

  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

MIT

Copyright

2019-2025 N'Guessan Kouadio Elisée eliseekn@gmail.com