PHP code example of phpmaster / instantnotifier

1. Go to this page and download the library: Download phpmaster/instantnotifier library. Choose the download type require.

2. Extract the ZIP file and open the index.php.

3. Add this code to the index.php.
    
        
<?php
require_once('vendor/autoload.php');

/* Start to develop here. Best regards https://php-download.com/ */

    

phpmaster / instantnotifier example snippets

 
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
use PHPMaster\InstantNotifier\Notification;

'=>"Rahul Khanna", "site"=>"https://digitechsolution.in/package/", "Mobile"=>"9876543210", "email"=>"[email protected]"]);
$response = $package->send($message);