pbrilius / c2c-mvc.pbgroupeu
A small footprint TDD - FDD impacted communication on MVC - ORM
dev-master
2021-08-15 10:27 UTC
Requires
- doctrine/orm: 3.0.x-dev
- laminas/laminas-diactoros: 2.7.x-dev
- laminas/laminas-httphandlerrunner: 2.1.x-dev
- league/booboo: @stable
- league/config: @stable
- league/container: @stable
- league/route: @stable
- league/uri: ^6.0
- league/uri-components: 2.x-dev
- monolog/monolog: 2.x-dev
- symfony/cache: 5.4.x-dev
- twig/twig: ^3.0
- vlucas/phpdotenv: 5.3.x-dev
Requires (Dev)
- doctrine/migrations: 3.3.x-dev
- phpunit/phpunit: 9.5.x-dev
This package is auto-updated.
Last update: 2025-03-17 05:34:24 UTC
README
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
Migrate
cp -v migrations-db.php.dist migrations-db.php
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