tiny-installer/tiny-mvc-installer

Maintainers

Package info

github.com/lucasmcar/tiny-mvc-installer

Type:project

pkg:composer/tiny-installer/tiny-mvc-installer

Transparency log

Statistics

Installs: 4

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

1.0.3 2026-07-08 18:02 UTC

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