Skip to content

boxc/tracking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BoxC Tracking

A model and dictionary of tracking events supported by BoxC.

Requirements

Requires:

  • PHP >= 8.1
  • ext-mongodb

Usage

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);

About

Tracking Events by BoxC

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages