tiny-installer / tiny-mvc-installer
Package info
github.com/lucasmcar/tiny-mvc-installer
Type:project
pkg:composer/tiny-installer/tiny-mvc-installer
Requires
- symfony/console: ^7.4
This package is auto-updated.
Last update: 2026-08-08 18:20:14 UTC
README
The Tiny-MVC Installer is the official command-line interface (CLI) utility designed to quickly scaffold and initialize new projects using the Tiny-MVC framework.
Inspired by modern PHP ecosystem workflows (like the Laravel Installer), this tool downloads the boilerplate skeleton, configures dependencies, and sets up your development environment in seconds across Windows, Linux, and macOS.
🛠️ Prerequisites
Before installing, ensure you have the following tools available on your machine:
- PHP (v8.1 or higher)
- Composer
- Git
💻 Installation
To register the tiny-mvc command globally on your system, run the following command in your terminal:
composer global require tiny-installer/tiny-mvc-installer
Versions (1.x.x)
- 1.0.0 - Initial commit
- 1.0.1 - Fixed name in composer.json
- 1.0.2 - Fixed require
- 1.0.3 - Stable version