Package Status

DBFlow Core and Filament Standard are 1.0 stable on Packagist. DBFlow Pro (dbflowlabs/filament-pro) is 1.0 stable on the private Composer repository. Use ^1.0 constraints in production.

This page describes the maturity of each DBFlow package. Use ^1.0 constraints in production.

Package maturity

Package Status License Purpose
dbflowlabs/core Stable 1.0 · Open Source MIT Workflow runtime — instances, tasks, approvals, audit logs
dbflowlabs/filament Stable 1.0 · Free MIT Filament UI — My Tasks, timelines, resource actions
dbflowlabs/filament-pro Stable 1.0 · Commercial Commercial Visual workflow builder (DBFlow Pro)

Core (dbflowlabs/core)

  • Stable 1.0 — model-first workflow runtime on Packagist
  • Public runtime API frozen since 1.0.0
  • Does not require Filament or Pro
  • Upgrade from 0.x: see UPGRADE-1.0 in the Core repository

Filament Standard (dbflowlabs/filament)

  • Stable 1.0 — MIT-licensed admin UI layer
  • Depends on dbflowlabs/core ^1.0 and Filament 5.6+
  • Optional — Core runs workflows without any Filament pages
  • Listed on the Filament Plugin directory

Pro (dbflowlabs/filament-pro)

  • Stable 1.0 — commercial visual definition authoring (DBFlow Pro)
  • First stable release tag: 1.0.0 (2026-07-07); install with composer require dbflowlabs/filament-pro:^1.0
  • Launch offer: $99 for the first year; renews at $129/year after the first year — see Pricing
  • Private Composer package access for active license holders via the Customer Portal
  • One production domain registration for active license holders via the Customer Portal
  • The last Pro version installed during an active license period may continue to run after expiration
  • Core still executes workflows — Pro helps design definitions
  • See Pro Known Limitations for scope boundaries

Compatibility

Requirements below match the published Installation docs and current package constraints.

Package PHP Laravel Filament
dbflowlabs/core 8.3+ 13.x N/A
dbflowlabs/filament 8.3+ 13.x 5.6+
dbflowlabs/filament-pro 8.3+ 13.x 5.6+

Database (Core): MySQL 8.0+, PostgreSQL 16+, or SQLite for development.

Composer: 2.x

Pro targets the same Laravel and Filament baseline as Core and Filament Standard.

Safe for production?

Core and Filament Standard — yes, with normal semver upgrade discipline (^1.0).

DBFlow Pro — yes. Install and update Pro with an active commercial license and private Composer credentials; the last installed Pro version may continue to run after license expiration.

  • Core and Filament Standard install via Packagist without a Pro license
  • Local and *.test / *.local hosts do not consume production domain seats during evaluation
  • Workflow state lives in dedicated dbflow_workflow_* tables — your domain models stay separate

Related

Something wrong? Open an issue on GitHub