iquesters / integration
Integration module for Laravel projects
v1.0.23
2026-06-25 12:22 UTC
Requires
- php: >=8.1
- laravel/framework: ^10.0|^11.0|^12.0
Requires (Dev)
- phpunit/phpunit: ^10.5|^11.0
Suggests
None
Provides
None
Conflicts
None
Replaces
None
- dev-main
- v1.0.23
- v1.0.22
- v1.0.21
- v1.0.20
- v1.0.19
- v1.0.18
- v1.0.17
- v1.0.16
- v1.0.15
- v1.0.14
- v1.0.13
- v1.0.12
- v1.0.11
- v1.0.10
- v1.0.9
- v1.0.8
- v1.0.7
- v1.0.6
- v1.0.5
- v1.0.4
- v1.0.3
- v1.0.2
- v1.0.1
- v1.0.0
- v0.0.17
- v0.0.16
- v0.0.15
- v0.0.14
- v0.0.13
- v0.0.12
- v0.0.11
- v0.0.10
- v0.0.9
- v0.0.8
- v0.0.7
- v0.0.6
- v0.0.5
- v0.0.4
- v0.0.3
- v0.0.2
- v0.0.1
- dev-fix-faq-status
- dev-IQU-feat-14-fix
- dev-IQU-feat-14
- dev-32-fetch-and-display-facebook-pages-for-selection-patch-fix
- dev-32-fetch-and-display-facebook-pages-for-selection
This package is auto-updated.
Last update: 2026-09-25 13:03:46 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