padosoft / laravel-flow-connect
Connector nodes and triggers for padosoft/laravel-flow: HTTP/API nodes, schedule and event triggers, signed inbound webhooks. Part of the Laravel Flow 2.0 suite.
v0.0.1
2026-07-07 15:30 UTC
Requires
- php: ^8.3
- illuminate/support: ^13.0
Requires (Dev)
- laravel/pint: ^1.18
- orchestra/testbench: ^11.0
- phpstan/phpstan: ^2.0
- phpunit/phpunit: ^11.5|^12.5
Suggests
- padosoft/laravel-flow: The core workflow engine this package plugs into.
README
Connector nodes and triggers for padosoft/laravel-flow — the Laravel-native workflow orchestrator for the agentic era.
Status
🚧 Under active development — this package is part of the Laravel Flow 2.0 program and is not yet stable. APIs will change without notice until the first tagged minor release. Follow padosoft/laravel-flow for the core engine and roadmap.
What it will provide
- HTTP/API node — call REST endpoints as typed graph nodes (pluggable auth, retry/backoff, response→port mapping).
- Utility nodes — transform, condition, delay/timer, batch.
- Triggers — start flows from cron schedules, Laravel events, and signed inbound webhooks (HMAC, timestamp window), mirroring laravel-flow's signed outbox scheme.
Requirements
- PHP
^8.3 - Laravel
^13.0
Installation
composer require padosoft/laravel-flow-connect
License
Apache-2.0. See LICENSE.