anomaly/streams-platform

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

Installs: 124 700

Dependents: 97

Suggesters: 0

Security: 0

Stars: 170

Watchers: 20

Forks: 97

Open Issues: 4

Type:streams-addon

pkg:composer/anomaly/streams-platform

v1.10.0 2023-11-17 22:39 UTC

This package is auto-updated.

Last update: 2025-11-12 08:13:05 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