craigpaul / laravel-postmark

A Postmark adapter for Laravel
MIT License
204 stars 23 forks source link

[3.x] Replace Guzzle client with Laravel HTTP Client #102

Closed mvdnbrk closed 2 years ago

mvdnbrk commented 3 years ago

Replace the Guzzle client with the built in HTTP client provided by the Laravel framework.

craigpaul commented 2 years ago

Just tagged v3.0.0-RC1 which is utilizing the built-in HTTP client. Please feel free to take it for a spin and send in any issues / PRs needed before a full release can take place 👍