Libraries tagged by flow control
spatie/test-time
5558600 Downloads
A small package to control the flow time
ircmaxell/php-cfg
128203 Downloads
A Control Flow Graph implementation for PHP
spatie/pest-plugin-test-time
1725575 Downloads
A Pest plugin to control the flow of time
sandstorm/crudforms
21478 Downloads
Create easy CRUD forms for Domain Models in Flow and Neos CMS
silverstripe/multiform
58592 Downloads
SilverStripe forms with multiple steps, flow control and state persistence
nsumbadze/horizonflow
48 Downloads
An independently maintained Laravel Horizon fork with live queue-flow visualization and operational controls.
goldnead/statamic-automations
138 Downloads
A visual automation layer built specifically for Statamic websites. Build automations for Statamic forms, entries, leads and webhooks with a familiar visual flow builder inside the Control Panel.
simsoft/data-flow
131 Downloads
A lightweight, composable ETL (Extract, Transform, Load) pipeline library for PHP with fluent API, spreadsheet support, and flow control.
aaronsaray/php-flow-control
34 Downloads
Basic flow control scaffolding for PHP
matthiasnoback/symfony-controller-annotation
2168 Downloads
Helper library for creating event listeners that influence a Symfony application flow based on annotations
leammas/yii2-flowjs
2802 Downloads
Easy to use widget and controller for adding HTML5 fully customizable file upload to your app
flow-control/react-inotify
8333 Downloads
Event-driven inotify streams for non-blocking I/O in ReactPHP
leocavalcante/result
78 Downloads
Result provides an alternative error handling mechanism, avoiding throwing exceptions and a better data flow control.
morket/hmvc-bundle
30 Downloads
Symfony2 Bundle providing a fast Hierarchical Model View Controller (HMVC) solution utilizing Symfony's dispatch flow
lockally/sdk
5 Downloads
The lockally control plane lets integrators and direct customers manage everything except actual mail data flow (which uses standard JMAP / IMAP / SMTP-submission against the data plane endpoints). **Authentication.** All `/v1/_*` endpoints require a Bearer API key in the `Authorization` header. Keys are formatted `lk_live__`. Generate the first key for a tenant via `cmd/seed`; subsequent keys via `POST /v1/api-keys`. **Errors.** Failures return [RFC 9457](https://www.rfc-editor.org/rfc/rfc9457) `application/problem+json` documents. **Scopes.** Each endpoint requires a specific scope on the presented key. Insufficient scope returns `403` with the required scope name in `detail`.