PHP code example of ridersagency / pulseclient

1. Go to this page and download the library: Download ridersagency/pulseclient 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/ */

    

ridersagency / pulseclient example snippets




use RidersAgency\PulseClient;

// Create an instance of the PulseClient class
$pulseClient = new PulseClient();
// Send the POST request using the Pulse class
$response = $pulseClient->send('CLIENT_UUID', 'This is the test, just enjoy');