gustav-php/gustav

A modern HTTP Framework for PHP.

0.0.42 2024-05-20 14:42 UTC

README

Gustav is a PHP framework for building web applications. It is designed to be simple, object-oriented and using the latest features of PHP.

Installation

Before creating your first GustavPHP project, you should ensure that your local machine has PHP and Composer installed.

After you have installed PHP and Composer, you may create a new GustavPHP project via the create-project command:

composer create-project gustav-php/starter --ask

Usage

After the project has been created, start GustavPHP's local development server using the dev command:

php gustav dev

Documentation