PHP code example of drewlabs / envoyer-nghcorp
1. Go to this page and download the library: Download drewlabs/envoyer-nghcorp 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/ */
drewlabs / envoyer-nghcorp example snippets
use Drewlabs\Envoyer\Drivers\NGHCorp\Driver;
use Drewlabs\Envoyer\Message;
// Register package using composer autoloader
// Request(Message::new('<RECIPIENT_PHONE_NUMBER>', 'Enoyer - Message from [nghcorp] PHP driver')
->from('My App'));