Skip to main content

Installation

note

The System Events package is designed to be used as part of a DomainFlow application. While it can technically be integrated into other PHP projects, it relies on DomainFlow's core package—particularly the event dispatching and bootstrapping system. As such, additional setup and adjustments are required to use it with non-DomainFlow bootstrappers.

Installation via Composer

To install the package, run:

composer require domainflow/system-events

That’s it — you’re ready to start using the system-event file logger in your DomainFlow application.