rustik / framework
Rustik Framework. A legacy PHP framework.
Requires
- php: 7.*
- bower-asset/jquery-validation: *
- bower-asset/simple-scrollbar: *
- bower-asset/sweetalert: 1.1.3
- bower-asset/switchery: *
- components/jquery: 1.11.*
- components/jqueryui: 1.10.*
- fortawesome/font-awesome: ^5.12
- jsonform/jsonform: dev-master
- mpdf/mpdf: *
- phpmailer/phpmailer: *
- phpoffice/phpspreadsheet: *
- phpoffice/phpword: *
- rustik/core: *
- select2/select2: *
- spipu/html2pdf: 5.2.0
- twbs/bootstrap: 3.*
- viralpatel/shorten: dev-master
This package is auto-updated.
Last update: 2025-03-28 15:28:16 UTC
README
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.