rustik / core
Rustik Framework. A legacy PHP framework.
Requires
- php: 7.*
- curl/curl: ^2
This package is auto-updated.
Last update: 2025-03-28 15:21:01 UTC
README
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.