anomaly/streams-platform

A domain-driven, code-configured, flat-file application platform for Laravel.

Maintainers

Package info

github.com/laravel-streams/streams-core

Type:streams-addon

pkg:composer/anomaly/streams-platform

Statistics

Installs: 125 477

Dependents: 82

Suggesters: 0

Stars: 170

Open Issues: 4

v1.10.1 2026-01-24 15:41 UTC

This package is auto-updated.

Last update: 2026-02-26 19:29:55 UTC


README

A cohesive development system for building, administrating, and interacting with data-driven Laravel applications.

Testing

php vendor/bin/phpunit tests/

XDEBUG_MODE=coverage php vendor/bin/phpunit tests/ --coverage-html=./coverage

Roadmap

  • Gates based on Core/Laravel Gates for authorization and customized by stream config
  • Add "when" to criteria abstract
  • Fix tests as is to generate coverage
  • Potentially remove "workflows" in favor of pipelines from Laravel