This project provides an example implementation of the symfony notifier bundle with twilio as the SMS provider.
composer install
Create a twilio account and replace arguments in local .env file
Just call the send-sms command and replace phone-number with the phone number which should receive the message
php bin/console app:send-sms phone-number
You also can provide the message which should send to the given phone number
php bin/console app:send-sms phone-number 'This is the message.'