Libraries tagged by aggregates
th3mouk/audit-trail-bundle
15 Downloads
Doctrine audit trail for Symfony — who changed what, and when. Field-level before/after diffs, label snapshots that survive deletion, per-aggregate inline history, and pluggable actors.
shebaoting/flarum-rss
31 Downloads
A Flarum extension that aggregates and displays RSS/Atom feeds.
shahariaazam/news-aggregator
8 Downloads
Aggregate news from various sources. Contribute to add your favorite news source too
payroad/payroad-core
0 Downloads
Payment domain core — aggregates, ports, and application use cases for Payroad
orottier/laravel-migration-squasher
95 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
nowo-tech/uptime-monitor-bundle
13 Downloads
Symfony bundle for synthetic uptime monitoring (Uptime Kuma-style): scheduled checks, retention, aggregates, multi-tenant dashboard.
lynx-ripe/swix-em-config
1330 Downloads
Swix Event Manager configuration helper module. Allows to attach listeners and aggregates via application config
korioinc/laravel-exception-viewer
601 Downloads
Aggregate Laravel exceptions into the database with masked request context for operations and LLM analysis.
elgibor-solution/laravel-report-builder
15 Downloads
A metadata-driven dynamic reporting engine for Laravel — definitions, sources, parameters, filters, grouping, aggregates, formulas, drilldowns, subreports, and HTML/PDF/Excel/CSV/JSON output.
dyjh/laravel-mns
10 Downloads
This package aggregate the message queue of laravel and aliyun IOT MNS.
ddd-module/snapshotting
45 Downloads
POC for snapshotting aggregates in broadway/broadway
dakujem/toru
411 Downloads
取る - iterable collections with ease. Lodash-style fluent call chaining, generator-based iteration primitives, aggregates, utilities.
cytracom/squasher
307 Downloads
Aggregate your incremental Laravel migration files into single migration for each table. This eliminates all alter columns and makes testing via sqlite a possibility.
capell-app/capell
3 Downloads
The supported, version-aligned Capell foundation aggregate for Core, Admin, Frontend, Installer, and Marketplace.
birb/fancy-stubs-codegen
9 Downloads
Build-time, attribute-driven code generator: write a stub class, mark members with #[DefinerAttribute], and get a real, finished PHP class back — conventions filled in (event names, ids, ...), or whole getters/setters/builder classes generated from the stub's properties. Unlike runtime-reflection tools, the output is a plain PHP file with zero dependency on this library and no per-request reflection cost; useful for scaffolding DDD value objects/aggregates/events, command classes and other boilerplate. Postprocessing (e.g. phpcbf) and framework-specific conventions (e.g. Laravel table/id naming) ship as separate packages — see birb/fancy-stubs-codegen-postprocessors and birb/fancy-stubs-codegen-laravel.