utopia-php / analytics

Lite & fast micro PHP analytics library that is **easy to use**.
MIT License
14 stars 21 forks source link

Add Validation #37

Closed PineappleIOnic closed 1 year ago

PineappleIOnic commented 1 year ago

This PR adds a validate($event) function to all adapters which will create the event, check the event was successfully created then finally delete the event (if possible) and return true if it was all success or false if an error occoured.

It can be used as a quick san check for adapters.