pbgroupeu / getnote_eu
Small scale & footprint web app - projected FP EU framework.
dev-develop
2021-10-14 13:43 UTC
Requires
- doctrine/orm: 3.0.x-dev
- elasticsearch/elasticsearch: ~7.0
- ghostff/session: dev-master
- laminas/laminas-diactoros: 2.7.x-dev
- laminas/laminas-httphandlerrunner: 2.1.x-dev
- league/booboo: @stable
- league/climate: @stable
- league/config: @stable
- league/container: @stable
- league/route: @stable
- league/tactician: @stable
- league/uri: ^6.0
- league/uri-components: 2.x-dev
- monolog/monolog: 2.x-dev
- symfony/cache: 5.4.x-dev
- symfony/yaml: 5.4.x-dev
- twig/twig: ^3.0
- vlucas/phpdotenv: 5.3.x-dev
Requires (Dev)
- phpunit/phpunit: 9.5.x-dev
This package is auto-updated.
Last update: 2025-02-14 21:20:57 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
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