A model and dictionary of tracking events supported by BoxC.
Requires:
- PHP >= 8.1
- ext-mongodb
For listing and getting events:
$language = "en";
$cls = new BoxC\Tracking\Events($language);
// returns associated array of all events with key being the event code
$cls->getAll();
// outputs an event description
$cls->getDescription(100);