Search by

streams / core

anomaly

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

Package info

github.com/laravel-streams/streams-core

Type:streams-addon

pkg:composer/streams/core

Statistics

Installs: 7 357

Dependents: 10

Suggesters: 0

Stars: 170

Open Issues: 2

v1.10.4 2026-09-20 09:20 UTC

This package is auto-updated.

Last update: 2026-09-21 07:34:52 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