Download the PHP package microcode/filament-integrations without Composer
On this page you can find all versions of the php package microcode/filament-integrations. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download microcode/filament-integrations
More information about microcode/filament-integrations
Files in microcode/filament-integrations
Package filament-integrations
Short Description Filament plugin for encrypted third-party integration credentials, health checks, and thin API clients.
License MIT
Homepage https://github.com/vitkonovaluck/filament-integrations
Informations about the package filament-integrations
Filament Integrations
Laravel 12 / 13 + Filament 4 / 5 package for encrypted third-party credentials, admin UI, health checks, and thin API clients.
Package: microcode/filament-integrations
Namespace: Microcode\FilamentIntegrations
This is a fixed base set of drivers (not a marketplace). Hosts enable a subset with only() / except().
Install
Register on the Filament panel:
Read a stored value (database overrides config/services.*):
Listen for generic webhooks in the host app:
POST /webhooks/zoom→ZoomWebhookReceivedPOST /webhooks/telegram→MessengerWebhookReceivedPOST /webhooks/viber→MessengerWebhookReceivedGET|POST /webhooks/whatsapp→MessengerWebhookReceived
Send a messenger message:
Base drivers
| Group | Keys |
|---|---|
| Auth | google, apple, facebook, linkedin, azure |
| Messenger | telegram, viber, whatsapp |
mailgun, sendgrid |
|
| Ops | zoom, stripe, aws, activecampaign |
Zoom is meetings API + signed webhooks only. Product domains (recordings, rooms, CRM automations) stay in the host.
Tests
All versions of filament-integrations with dependencies
filament/filament Version ^4.0|^5.0
illuminate/contracts Version ^12.0|^13.0
illuminate/database Version ^12.0|^13.0
illuminate/http Version ^12.0|^13.0
illuminate/support Version ^12.0|^13.0