anomaly / streams-platform
A domain-driven, code-configured, flat-file application platform for Laravel.
Package info
github.com/laravel-streams/streams-core
Type:streams-addon
pkg:composer/anomaly/streams-platform
v1.10.2
2026-05-22 14:49 UTC
Requires
- barryvdh/laravel-httpcache: ^1.0
- composer/composer: 2.*
- doctrine/dbal: ^3.6
- erusev/parsedown-extra: ^0.7|^0.8
- ezyang/htmlpurifier: ~4.0
- intervention/image: ^2.7.0
- jenssegers/agent: ^2.6.0
- laravel/framework: ^12.0
- laravel/helpers: ^1.6
- laravel/scout: ^10.0
- linkorb/jsmin-php: ^1.0.0
- nicmart/string-template: ^0.1.3
- robclancy/presenter: ^1.3.0
- symfony/yaml: ^6.1
- tubalmartin/cssmin: ~4.0
- twig/twig: ^3.0
- vstelmakh/url-highlight: ^2.3
This package is auto-updated.
Last update: 2026-06-04 15:16:27 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