You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the code relies on psr7, psr17 and psr18 implementations to be available, with the discovery.
it no longer uses the php-http httplug interface (which was made obsolete by psr-18). php-http/client-common is also not used in the code.
This library is built atop of [PSR-7](https://www.php-fig.org/psr/psr-7/) and
24
-
[PSR-18](https://www.php-fig.org/psr/psr-18/). If you are receiving `Http\Discovery\Exception\DiscoveryFailedException` exception, you will need to run:
18
+
[PSR-18](https://www.php-fig.org/psr/psr-18/).
19
+
20
+
To install the library, you also need to choose an HTTP client implementation. To install the mailerlite with guzzle, run this command line:
0 commit comments