Closed DieterHolvoet closed 3 years ago
I get these errors when trying to use the Mailgun Library too.
[20-Nov-2020 10:56:33 America/Chicago] PHP Fatal error: Uncaught Http\Discovery\Exception\DiscoveryFailedException: Could not find resource using any discovery strategy. Find more information at http://docs.php-http.org/en/latest/discovery.html#common-errors
Is this a solution to the error?
@amolochitis that error means you don't have a PSR-7 implementation and HTTP client installed. I changed the suggestion in the README to nyholm/psr7
and kriswallsmith/buzz
. These are the ones suggested in the mailgun/mailgun-php
and they are working fine for me.
Is this package still alive?
As of today (2021-08-25) I can confirm this PR for supporting mailgun v3 works just fine 👌 Thanks @DieterHolvoet 🙏 !
Just released a new version with #88. Should have all our problems solved. Let me know whether there any issues with it.
This PR updates the mailgun/mailgun-php package to ^3.0, which fixes dependency conflicts with Symfony 4.2+ (#78, #79), as well as php-http/guzzle7-adapter. It continues work on #84.