__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
services:
setup:
build:
context: .
dockerfile: ./docker/Dockerfile.setup
runUnitTests:
# Need xdebug from this image to run with coverage
# https://hub.docker.com/r/alcohol/php/tags
image: alcohol/php:8.3-xdebug
depends_on:
setup:
condition: service_completed_successfully
working_dir: /app
environment:
XDEBUG_MODE: coverage
command: >
/bin/sh -c "vendor/bin/phpunit -v -c tests/phpunit.xml --coverage-html ./coverage --strict-coverage --stop-on-risky"
volumes:
- .:/app
runPerfTests:
image: php:8.3-rc-alpine3.18
depends_on:
setup:
condition: service_completed_successfully
working_dir: /app
command: >
/bin/sh -c "vendor/bin/phpbench run tests/benchmark/MobileDetectBench.php --retry-threshold=1 --iterations=10 --revs=1000 --report=aggregate"
volumes:
- .:/app
runLinting:
image: php:8.3-rc-alpine3.18
depends_on:
setup:
condition: service_completed_successfully
working_dir: /app
command: >
/bin/sh -c "vendor/bin/phpcs; vendor/bin/phpcbf"
volumes:
- .:/app
generateModel:
image: php:8.3-rc-alpine3.18
depends_on:
setup:
condition: service_completed_successfully
runUnitTests:
condition: service_completed_successfully
runPerfTests:
condition: service_completed_successfully
runLinting:
condition: service_completed_successfully
working_dir: /app
command: >
/bin/sh -c "php ./scripts/export_to_json.php"
volumes:
- .:/app
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| docker | Folder | 0775 |
|
|
| src | Folder | 0775 |
|
|
| CHANGELOG.md | File | 3.12 KB | 0664 |
|
| CNAME | File | 16 B | 0664 |
|
| CONTRIBUTING.md | File | 3.61 KB | 0664 |
|
| KNOWN_LIMITATIONS.md | File | 1.77 KB | 0664 |
|
| LICENSE | File | 1.08 KB | 0664 |
|
| MobileDetect.json | File | 37.3 KB | 0664 |
|
| README.md | File | 4.26 KB | 0664 |
|
| SECURITY.md | File | 486 B | 0664 |
|
| composer.json | File | 1.35 KB | 0664 |
|
| docker-compose.yml | File | 1.57 KB | 0664 |
|
| phpbench.json | File | 111 B | 0664 |
|