c2c-mvc.pbgroupeu
A small scale - based on Composer dependencies - MVC - ORM application project. It can be used on low-intensity resources consumption PHP e-benchmarks inferred environments like concerns of e-commerce & e-loans.
Intended for commercial use for enterprise sccale projects, so called Friedman stage scope, where the main goal and labeled consumption is government registered profit - for profit entity.
Installation & set up
mkdir log
touch log/app.log
chmod o+rw -R log
Proxies:
mkdir proxy
chmod o+rw proxy
Prerequisites
composer install
cp -v .env.dist .env
mkdir config/xml
Run & develop
npm install
npm run watch dev
Develop
mkdir cache
chmod o+rw cache
php -S localhost:2124 -t exposure
Navigate
curl -LI localhost:2124/index.php
http -hF localhost:2124/index.php
Documentation
Generating
phpdoc -d ./src -t ./docs/api
Reading
google-chrome ./docs/api/index.html