wheregroup / sfext-transport
External transports for symfony
0.0.2
2018-10-26 14:32 UTC
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: 2024-11-13 05:16:25 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.