PHP code example of ridvanbaluyos / semaphore

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

    

ridvanbaluyos / semaphore example snippets


Semaphore::send('Welcome to Semaphore!', '639981234567');

Semaphore::account();

Semaphore::messages(); // fetches the first 100 logs
Semaphore::messages(2); // fetches the next 100 logs or page 2
bash
php artisan config:publish ridvanbaluyos/semaphore