wheregroup/sfext-transport

External transports for symfony

0.0.2 2018-10-26 14:32 UTC

This package is auto-updated.

Last update: 2024-04-13 04:00:48 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.