I’m creating Yii2 app and it will be alerting Users each time new data (inserted via AR) is inserted. I know I can register handler to Events to AR but what are options available for Yii2 or even PHP that can easily integrate with Yii2 to notify user?
I know I could use JS and Timer to check those things, but I save that as a last resort.