rustik/core

Rustik Framework. A legacy PHP framework.

v1.0.0 2023-09-21 01:17 UTC

This package is auto-updated.

Last update: 2024-04-21 02:42:35 UTC


README

version download download

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

Note: This repository contains the core code of the Rustik framework. If you want to build an application using Rustik, download the package rustik/framework using composer

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.