yapro / symfony-request-to-curl
Converts the current / specified Symfony http request to a curl command.
v1.0.1
2023-07-11 06:05 UTC
Requires
- php: >=7.1
- symfony/browser-kit: *
- symfony/http-foundation: *
Requires (Dev)
This package is not auto-updated.
Last update: 2025-03-24 01:31:01 UTC
README
Converts the current / specified Symfony http request to a curl command.
IMPORTANT: deprecated, use yapro/symfony-http-client-ext
Tests
docker build -t yapro/symfony-request-to-curl-converter:latest -f ./Dockerfile ./ docker run --rm -v $(pwd):/app yapro/symfony-request-to-curl-converter:latest bash -c "cd /app \ && composer install --optimize-autoloader --no-scripts --no-interaction \ && /app/vendor/bin/phpunit /app/tests"
Dev
docker build -t yapro/symfony-request-to-curl-converter:latest -f ./Dockerfile ./
docker run -it --rm -v $(pwd):/app -w /app yapro/symfony-request-to-curl-converter:latest bash
composer install -o