Features

Simple Integration
Simple Integration

Easily integrate Alpha SMS into your Laravel applications using our straightforward Laravel package.

Message Anywhere
Message Anywhere

You can send SMS anywhere from your Laravel Application Controller. Build amazing logic according to your software needs.

Effortless Configuration
Effortless Configuration

Configure Alpha SMS credentials seamlessly within Laravel's .env file. Hassle-free setup, ensuring a smooth and secure integration process.

Reliable Message Delivery
Reliable Message Delivery

Rely on Alpha SMS & Benefit from our robust infrastructure, ensuring that your SMS notifications reach their destination.

Real-time Notifications
Real-time Notifications

Keep your users informed by leveraging Alpha SMS Laravel package to deliver instant alerts, updates, and critical information directly to your audience's

Scalable Solutions
Scalable Solutions

Whether you're managing a small-scale application or a large enterprise system, Alpha SMS Laravel package scales to meet your needs.

When managing your business, effective communication is crucial for keeping your customers informed about new products and marketing campaigns. That's why Alpha SMS offers an exceptional Laravel SMS package, empowering you to effortlessly send text messages to your customers.

Laravel Package Configurations

Installation

Install the package via Composer:

composer require sms_net_bd/sms

Set your SMS API key in the .env file:

SMS_NET_BD_API_KEY=your-api-key
Usage
use sms_net_bd\SMS;

// Create an instance of the class
$sms = new SMS();

try {
    // Send Single SMS
    $response = $sms->sendSMS(
        "Hello, this is a test SMS!",
        "01701010101"
    );

    // Send Multiple Recipients SMS
    $response = $sms->sendSMS(
        "Hello, this is a test SMS!",
        "01701010101,+8801856666666,8801349494949,01500000000"
    );

    // Send SMS With Sender ID or Masking Name
    $response = $sms->sendSMS(
        "Hello, this is a test SMS!",
        "01701010101",
        "sms.net.bd"
    );

    // Schedule SMS for future delivery
    $response = $sms->sendScheduledSMS(
        "Scheduled SMS",
        "8801701010101",
        "2023-12-01 14:30:00" // Date format: YYYY-MM-DD HH:MM:SS
    );

    // Schedule SMS for future delivery with Sender ID
    $response = $sms->sendScheduledSMS(
        "Scheduled SMS with date",
        "8801701010101",
        "2023-12-01 14:30:00",
        "sms.net.bd"
    );

    // Get SMS delivery report
    $report = $sms->getReport($requestId);

    // Check account balance
    $balanceInfo = $sms->getBalance();

} catch (Exception $e) {
    // handle $e->getMessage();
}
Note: Ensure to replace placeholder values with your actual API key, phone numbers, and messages.
Error Handling

The package provides better error handling. If the API response has an error (error != 0), an exception is thrown with the error message.

try {
    $response = $sms->sendSMS('Invalid Recipient', '+invalid-number');
} catch (\Exception $e) {
    // Handle the exception, log the error, or display a user-friendly message.
    echo 'Error: ' . $e->getMessage();
}
CONNECT WITH YOUR CUSTOMERS TODAY

Sign up now to start your sms journey. No contracts, no setup fees.

Get Free API Key

Diverse Use Cases

From Order Confirmations to Emergency Alerts, Transform Your Business Communication Effortlessly

Order Confirmations

Instantly notify customers about their order status with real-time SMS notifications. Integrate Alpha SMS Laravel package into your Laravel e-commerce application to send order confirmations and enhance customer satisfaction.

Appointment Reminders

Reduce no-shows by integrating Alpha SMS Laravel package into your Laravel appointment scheduling system. Send automated SMS reminders, ensuring clients are informed and prepared for upcoming appointments.

Authentication and Verification

Enhance security by implementing two-factor authentication or verification codes via SMS. Use Alpha SMS with Laravel to add an extra layer of protection to user accounts and transactions.

Marketing Campaigns

Boost your marketing efforts by sending targeted SMS campaigns directly from your Laravel application. Keep customers informed about promotions, discounts, and new product launches with ease.

Emergency Alerts

Ensure the safety of your users by implementing emergency alert notifications. With Alpha SMS and Laravel, quickly disseminate critical information during emergencies or urgent situations.

Delivery Tracking

Keep customers informed about the status of their deliveries. Integrate Alpha SMS into your Laravel logistics system to send tracking updates and delivery notifications, ensuring a transparent and reliable experience.

WordPress Plugin

Keep your customers happy with automated SMS order notifications, right within WordPress! Alpha SMS has a WordPress plugin that allows you to send status updates about the order by sending an SMS to your customers. This plugin is designed for sending bulk SMS messages to your users, creating a marketing channel to get in direct contact with your users.

Download Learn More
wp sms plugin

Question?

If you need help with selecting the right solution for your business, please call us at 09613-250250 within 9:00AM- 9:00PM or you can start a live chat. We are available 24/7 via live chat.

anyquestion