xaraya / webhooks
Webhooks to and from Xaraya
Installs: 15
Dependents: 0
Suggesters: 1
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 0
Type:xaraya-module
Requires
- symfony/http-foundation: ^6.4||^7.1
Requires (Dev)
- nikic/fast-route: 2.0.0-beta1
- xaraya/with-laravel: ^0.5
- xaraya/with-symfony: ^0.6
Suggests
- xaraya/with-laravel: Integrate Xaraya with Laravel applications
- xaraya/with-symfony: Integrate Xaraya with Symfony applications
Conflicts
- xaraya/core: <2.4.1
README
Available Webhooks
The following providers may be available to process incoming webhook calls (someday):
- Test controller
- FastRoute dispatcher handlers
- Xaraya module api functions and object methods
You can integrate applications using other frameworks via composer:
- xaraya/with-symfony package: use Symfony Webhook and Symfony RemoteEvent in combination with Symfony Mailer or Notifier components
- xaraya/with-laravel package: use Laravel (Spatie) Webhook Client with many existing packages to process webhook calls from other providers
Passthru Integration
The xaraya/with-* packages also allow you to pass through other URLs besides webhooks to Symfony or Laravel applications.
This can be enabled or disabled in Modify Configuration
.