anodio / core
Installs: 1 527
Dependents: 5
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 0
Open Issues: 7
Requires
- composer/composer: ^2.7
- monolog/monolog: ^3.7
- olvlvl/composer-attribute-collector: v2.0.1
- php-di/php-di: ^7.0
- symfony/console: v7.1.3
- vlucas/phpdotenv: ^5.6
Requires (Dev)
- phpunit/phpunit: ^11.3
This package is auto-updated.
Last update: 2024-10-08 11:49:45 UTC
README
test
Run tests
docker run --rm -it --workdir=/var/www/php -v $(PWD):/var/www/php --entrypoint bash vladitot/php83-swow-ubuntu-local:v0.1.16 -c -l "composer install" docker run --rm -it --workdir=/var/www/php -v $(PWD):/var/www/php --entrypoint bash vladitot/php83-swow-ubuntu-local:v0.1.16 -c -l "vendor/bin/phpunit"
bash
Run bash shell interactive: true
docker run --rm -it --workdir=/var/www/php -v $(PWD):/var/www/php --entrypoint bash vladitot/php83-swow-ubuntu-local:v0.1.16 -c -l "bash"
debug
Run bash shell with xdebug interactive: true
docker run --rm -e XDEBUG_SESSION=PHPSTORM -e XDEBUG_MODE=debug -e PHP_IDE_CONFIG='serverName=anodio-core' -it --workdir=/var/www/php -v $(PWD):/var/www/php --entrypoint bash vladitot/php83-swow-ubuntu-local:v0.1.17 -c -l "bash"