anodio/core

There is no license information available for the latest version (v0.1.36) of this package.

Maintainers

Details

github.com/anodio/core

Source

Issues

Installs: 2 666

Dependents: 5

Suggesters: 0

Security: 0

Stars: 0

Watchers: 0

Forks: 0

Open Issues: 7

pkg:composer/anodio/core

v0.1.36 2024-10-08 11:49 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"