Skip to content

eliseekn/tinymvc

Repository files navigation

TinyMVC

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

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages