Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PHP

send notification php to PC

use JoliJoliNotifNotification;

if ($notifier) {
    $notification =
        (new Notification())
        ->setBody('The notification body')
        ->setTitle('The notification title')
        ->setIcon(__DIR__.'/Resources/icons/success.png');
    ;

    $notifier->send($notification);
}
Source by jolicode.com #
 
PREVIOUS NEXT
Tagged: #send #notification #php #PC
ADD COMMENT
Topic
Name
1+2 =