wheregroup / sfext-transport
External transports for symfony
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 3
Forks: 0
Open Issues: 0
pkg:composer/wheregroup/sfext-transport
Requires
- php: >=5.3
- ext-curl: >=5.3
- symfony/http-foundation: >=2.3.0
Requires (Dev)
- phpunit/phpunit: ^4
This package is auto-updated.
Last update: 2025-09-13 07:01:22 UTC
README
External http transport that integrates nicely with Symfony.
Transport is defined to return a HttpFoundation\Request instance in all cases, which can be directly returned from a Controller action etc.
To check for errors, call isOk() on the Response.