tflori / riki-skeleton
Skeleton application using riki framework
Installs: 13
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Type:project
Requires
- php: ^7.1 || ^8.0
- ext-json: *
- ext-mbstring: *
- ckr/arraymerger: ^2.0.0
- ulrichsg/getopt-php: ^4.0
This package is auto-updated.
Last update: 2024-10-20 11:41:25 UTC
README
Don't try this at home. This is a high professional skeleton for a riki application and it's not finished and not tested. I'm even unsure if it ever will be tested but I'm sure I will use it for the rĂki community.
Contribute
In every php file use PSR-2 everywhere else we will see if it looks good.
Make sure your changes work. You can try the templates with skeleton/post-create --debug <filename>
or clone / copy
the source to a second folder and execute composer install
.
Start a project
To start a project using this skeleton you need php and composer installed. We strongly recommend to read the guide before you start using this skeleton. Also everything is more smooth when you develop on linux but mac would also be fine - we recommend docker and in windows you will need a VM to run docker.
tflori@host $ composer create-project tflori/riki-skeleton projects/riki/community ... ############################################################# # Thanks for using riki-skeleton! # # # # Unfortunately composer is still not able to pass stdin to # # the post-create script. And because we need to ask you a # # few questions you have to start the setup manually by # # executing: # # ./setup # ############################################################# tflori@host $ ./setup What's the name of your project? [ tflori/community ] tflori/riki-community What's the namespace for your sources? [Community] Do you want to use docker? [ Y / n ] ...