PHP Notifications Example use TJ\Notifications\Model\Notification; $notification = new Notification(...); Using the service use TJ\Notifications\Service\NotificationService; $service = new NotificationService(...);