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: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Open Issues: 0

Type:project

v3.3.5 2025-03-09 16:05 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.1
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