1. Go to this page and download the library: Download ghasedak/laravel 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/ */
$response = Ghasedak\Laravel\GhasedakFacade::setVerifyType(Ghasedak\Laravel\GhasedakFacade::VERIFY_MESSAGE_TEXT)
->Verify(
"09xxxxxxxxx", // receptor
"my-template", // name of the template which you've created in you account
"param1", // parameters (supporting up to 10 parameters)
"param2",
"param3"
);
$response = Ghasedak\Laravel\GhasedakFacade::setVerifyType(Ghasedak\Laravel\GhasedakFacade::VERIFY_MESSAGE_TEXT)
->Verify(
"09xxxxxxxxx", // receptor
"my-template", // name of the template which you've created in you account
"param1", // parameters (supporting up to 10 parameters)
"param2",
"param3"
);