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

This package is not auto-updated.

Last update: 2024-05-05 21:30:54 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