ShinyCore is a framework designed to quickly build web applications following the Action-Domain-Responder pattern. The easiest and recommended way to start a new ShinyCore based application is to use the ShinyCoreApp. This boilerplate provides you with all the necessary files and folders to start your project, minimum PHP7.2 is required.

composer create-project nekudo/shiny_core_app myshinyproject
cd myshinyproject
php -S localhost:8080 -t public public/index.php

Then you can access your application by pointing your browser to http://localhost:8080.  Core is documented here. Released under an MIT license, more information are available here https://shinycore-framework.com/

LEAVE A REPLY

Please enter your comment!
Please enter your name here