hotmeteor / receiver

Receiver is a drop-in webhook handling library for Laravel.
MIT License
384 stars 21 forks source link

Extract providers out from core package to be installable independently #8

Open hotmeteor opened 2 years ago

hotmeteor commented 2 years ago

Receivers should be separated from the core package, much like how Socialite has https://socialiteproviders.com, a collection of Socialite providers maintained by many different contributors.

The current providers in Receiver can stay, but any future ones will be built as independent packages. Additionally, we should create a package that will scaffold out a provider for contribution.