Skip to content

DBFlow Core v0.1.0-alpha.1

Latest

Choose a tag to compare

@baron-dbflow baron-dbflow released this 26 Jun 17:34

DBFlow Core v0.1.0-alpha.1

Initial public alpha release of DBFlow Core.

DBFlow Core is a model-first workflow runtime for Laravel applications. It provides the open-source runtime foundation for workflow definitions, topology validation, persistence, task execution, transitions, rejection flows, and audit logs.

Included

  • Code-first workflow definition runtime
  • Workflow topology validation
  • Workflow instance persistence
  • Task and assignment runtime
  • Approval and rejection actions
  • Transition handling
  • Append-only workflow logs
  • Laravel service provider integration
  • Extension points for assignee resolvers, workflow hooks, condition handling, and action handlers

Package boundaries

This package does not include:

  • Host-specific business adapters
  • Filament resources, panels, widgets, or actions
  • Visual workflow Builder UI
  • Commercial Builder features
  • Enterprise white-label extensions

Compatibility

  • PHP 8.3 / 8.4
  • Laravel 13.x / Illuminate ^13.0

Alpha notice

This is an alpha release. Public APIs and schema definitions may change before v1.0.0.

Production usage during alpha should pin exact versions and validate workflow behavior in a staging environment before upgrading.