rustik/framework

Rustik Framework. A legacy PHP framework.

v1.0 2023-06-13 14:23 UTC

This package is auto-updated.

Last update: 2024-04-13 19:01:15 UTC


README

version download download

A rustic, simple and robust PHP Framwork. Easy to use and to improve. Is a simple project to develop simple web/apps.

Installing Rustik

to install it, you can download from here or you can use composer. If you don't have composer installed in your desktop, you must download it from https://getcomposer.org/download/

Installing with composer (recommended)

After downloading composer you should position yourself in your rustik installation folder. Once you are there, you must run this:

composer create-project rustik/framework --prefer-dist <my-proyect>

In this command you are telling to composer to download the package related to rustik, and with the --prefer-dist you are telling to composer that you want the instalation is made under the <my-proyect> name.

Run the command and composer will make the magic for you.