eliseekn/tinymvc

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

Installs: 26

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Open Issues: 0

Type:project

v1.0.0 2025-08-06 18:15 UTC

This package is auto-updated.

Last update: 2025-08-17 18:00:40 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
Yarn or NPM

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