vulcanphp/vulcanphp

Vulcan PHP is a MVC based micro framework to create PHP Applications easily

V1.1.0 2024-03-05 06:52 UTC

This package is auto-updated.

Last update: 2024-05-05 07:25:47 UTC


README

Vulcan PHP is a MVC based micro framework to create PHP Applications easily.

What is VulcanPhp

VulcanPhp is a open-source, lightweight, and model-view-controller (MVC) based system. it is secure and has all the common mechanism to easily create a php application.

Installation

It's recommended that you use Composer to install VulcanPhp

$ composer create-project vulcanphp/vulcanphp first-app

Start The Application

$ cd first-app

$ php vulcan -s

Vulcan CLI

$ php vulcan -h

to print all the available commands in VulcanPhp.

Create a Vite Application with vulcan cli

$ php vulcan vite

it will simply generate a vite application startup project in VulcanPhp.

// render vite application
return vite_view();
$ npm run dev

thats it..

VulcanPhp Documentation