Skip to content

Carrier Direct

Direct integration with Bangladeshi mobile carriers.

BARTA_GP_USERNAME=your-username
BARTA_GP_PASSWORD=your-password
BARTA_GP_CLI=2222
Barta::driver('grameenphone')->to('01712345678')->message('Hello!')->send();
BARTA_BL_USER_ID=your-user-id
BARTA_BL_PASSWORD=your-password
BARTA_BL_SENDER_ID=your-sender-id
Barta::driver('banglalink')->to('01712345678')->message('Hello!')->send();
BARTA_ROBI_USERNAME=your-username
BARTA_ROBI_PASSWORD=your-password
Barta::driver('robi')->to('01712345678')->message('Hello!')->send();