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.

Maintainers

Package info

github.com/padosoft/laravel-flow-connect

pkg:composer/padosoft/laravel-flow-connect

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

v0.0.1 2026-07-07 15:30 UTC

This package is auto-updated.

Last update: 2026-07-07 15:36:55 UTC


README

Connector nodes and triggers for padosoft/laravel-flow — the Laravel-native workflow orchestrator for the agentic era.

Latest Version on Packagist License

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.