iquesters / integration
Integration module for Laravel projects
v1.0.16
2026-06-06 11:04 UTC
Requires
- php: >=8.1
- laravel/framework: ^10.0|^11.0|^12.0
Requires (Dev)
- phpunit/phpunit: ^10.5|^11.0
This package is auto-updated.
Last update: 2026-06-06 11:04:37 UTC
README
A Laravel package for managing third-party integrations (e.g. Zoho Books). It provides a standardized way to map, sync, and store external system data.
Facebook OAuth completion
Set the Laravel package config through environment variables:
CHATBOT_UTIL_API_URL=https://<chatbot-util-host> CHATBOT_UTIL_TIMEOUT=20
The chatbot-util deployment must redirect completed Facebook OAuth callbacks to:
FACEBOOK_CONNECT_DEFAULT_REDIRECT_TARGET=https://<laravel-host>/social/facebook/connect/complete