Faq
FAQ
Is RelayKit a real package?
No. RelayKit PHP is fake documentation created for testing and demo material.
Does it require Laravel?
The fictional package supports Laravel and plain PHP, but the examples focus mainly on Laravel because that is where webhook handling often benefits from queues, configuration, and migrations.
Can I connect multiple providers?
Yes. Register each provider with a unique key in the providers array.
Should I store webhook payloads?
Storing payloads is useful for debugging, but sensitive fields should be redacted. For highly sensitive providers, disable payload storage.
Can handlers run synchronously?
They can, but queue based processing is recommended for production applications.