Download the PHP package tookantech/chapaar without Composer
On this page you can find all versions of the php package tookantech/chapaar. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tookantech/chapaar
More information about tookantech/chapaar
Files in tookantech/chapaar
Package chapaar
Short Description This package provides a flexible way to send and verify messages through various SMS providers. It offers integration with multiple drivers, making it easy to use different SMS service providers without getting locked into a specific one.
License MIT
Homepage https://github.com/TookanTech/chapaar
Informations about the package chapaar
Chapaar | flexible way to send SMS through various SMS providers
Chapaar offers flexible message sending and verification through multiple SMS providers, with easy integration and no lock-in to any specific provider.
Available Drivers
- kavenegar.com (tested)
- sms.ir (tested)
- ghasedak.me (tested)
- Farapayamk (not tested)
- Twillo (coming soon)
Installation
You can install the package via Composer:
Configuration
You can publish the config file with:
This will create a chapaar.php configuration file in your config directory, where you can set the default driver and configure driver-specific settings.
This is the contents of the published config file:
Usage
Using the Chapaar Facade
If you want to use the Chapaar package without Laravel's built-in notification system, you can utilize the Chapaar facade directly. This allows you to send and verify messages using different SMS providers.
Sending a Simple Message
Sending With Template Message
Sending Without using default driver
Get Latest Outbox messages it automatically get the latest sent messages for default driver
Using In Notifications
Please review laravel notifications on how use notifications in laravel.
Testing
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
All versions of chapaar with dependencies
laravel/framework Version ^7.0|^8.0|^9.0|^10.0|^11.0
spatie/laravel-package-tools Version ^1.14.0
illuminate/contracts Version ^11.0|^10.0
guzzlehttp/guzzle Version ^7.5