yapro / symfony-request-to-curl
Converts the current / specified Symfony http request to a curl command.
Installs: 1 015
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 1
Open Issues: 0
Requires
- php: >=7.1
- symfony/browser-kit: *
- symfony/http-foundation: *
Requires (Dev)
This package is not auto-updated.
Last update: 2025-09-22 04:15:31 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