opirrello / rustik-framework
Rustik Framework. A legacy PHP framework.
Requires
- components/jquery: 1.10.*
- mpdf/mpdf: *
- phpmailer/phpmailer: *
- phpoffice/phpexcel: *
- phpoffice/phpword: *
- twbs/bootstrap: 3.*
This package is not auto-updated.
Last update: 2022-05-15 09:52:44 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 opirrello/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.