Skip to content

Latest commit

 

History

History
30 lines (22 loc) · 938 Bytes

README.md

File metadata and controls

30 lines (22 loc) · 938 Bytes

Dialog-esms | sending SMS messages via GET requests to the Dialog eSMS service

This PHP script is designed to facilitate sending SMS messages via GET requests to the Dialog eSMS service. It encapsulates the necessary functionality for crafting and executing requests to the Dialog eSMS API, handling response data, and managing errors.


Main Functions (GET requests)
  1. Send Messages
  2. Check Balance

Requirements:

  • Ensure you have a valid URL Message Key from Dialog.
  • PHP 5.6 or higher.
  • cURL must be enabled in your PHP installation.

Steps