yapro / symfony-request-to-curl

Converts the current / specified Symfony http request to a curl command.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

symfony-request-to-curl-converter

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

About

Converts the current / specified Symfony http request to a curl command.


Languages

Language:PHP 87.6%Language:Dockerfile 12.4%