Download the PHP package qsms/qbiez-sms without Composer
On this page you can find all versions of the php package qsms/qbiez-sms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download qsms/qbiez-sms
More information about qsms/qbiez-sms
Files in qsms/qbiez-sms
Download qsms/qbiez-sms
More information about qsms/qbiez-sms
Files in qsms/qbiez-sms
Vendor qsms
Package qbiez-sms
Short Description Laravel package for Qbiez SMS API integration - Phone number formatting, queue support, and real-time delivery reports
License MIT
Homepage https://github.com/qsms/qbiez-sms
Package qbiez-sms
Short Description Laravel package for Qbiez SMS API integration - Phone number formatting, queue support, and real-time delivery reports
License MIT
Homepage https://github.com/qsms/qbiez-sms
Please rate this library. Is it a good library?
Informations about the package qbiez-sms
Qbiez SMS Package for Laravel
A modern SMS integration package for Laravel applications with comprehensive features and robust error handling.
๐ Requirements
- PHP 8.0+
- Laravel 9.x/10.x/12.x
- Composer
- Active Qbiez SMS account
๐ Quick Start
Registration
First, register for a free account at https://sms.qbiez.com/register to obtain your API token and sender ID.
Installation Steps
-
Install the package via Composer:
- Add the following variables to your
.env
file:
Basic Usage
โ๏ธ Advanced Configuration
To use advanced configuration options, follow these steps:
- Create a new file
config/qsms.php
in your Laravel project -
Copy the following configuration:
- Optionally, publish the configuration file (if you want to customize it further):
๐ฑ Features
- Automatic phone number formatting
- Rate limiting protection
- Comprehensive logging
- Error handling
- Message splitting
- Queue support
Phone Number Formats
Response Handling
๐งช Testing
๐ Logging
Logs are stored in storage/logs/qsms/qsms-YYYY-MM-DD.log
๐ Security
- Rate limiting: 10 messages/minute by default
- Secure API token handling
- Phone number validation
- Input sanitization
๐ค Support
๐ License
MIT License. See LICENSE for details.
๐ Changelog
See CHANGELOG.md for release history.
All versions of qbiez-sms with dependencies
PHP Build Version
Package Version
Requires
php Version
^8.1
laravel/framework Version ^9.0|^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^7.0
ext-json Version *
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
illuminate/console Version ^9.0|^10.0|^11.0|^12.0
laravel/framework Version ^9.0|^10.0|^11.0|^12.0
guzzlehttp/guzzle Version ^7.0
ext-json Version *
illuminate/support Version ^9.0|^10.0|^11.0|^12.0
illuminate/console Version ^9.0|^10.0|^11.0|^12.0
The package qsms/qbiez-sms contains the following files
Loading the files please wait ....