| Package Data | |
|---|---|
| Maintainer Username: | blackfyre |
| Maintainer Contact: | gnick666@gmail.com (Meki) |
| Package Create Date: | 2021-04-16 |
| Package Last Update: | 2021-05-26 |
| Language: | PHP |
| License: | MIT |
| Last Refreshed: | 2025-11-03 03:02:49 |
| Package Statistics | |
|---|---|
| Total Downloads: | 133 |
| Monthly Downloads: | 0 |
| Daily Downloads: | 0 |
| Total Stars: | 0 |
| Total Watchers: | 1 |
| Total Forks: | 0 |
| Total Open Issues: | 0 |
Laravel/Lumen Service provider for the BitNet SMS Service.
You can install the package via composer:
composer require blackfyre/bitnet-gateway
In your bootstrap/app.php add the service provider:
$app->register(\Blackfyre\BitnetGateway\BitnetGatewayServiceProvider::class);
BITNET_USERNAME=YOUR_BITNET_USER
BITNET_PASSWORD=YOUR_BITNET_PWD
$smsId = app('bitnet-gateway')->sendSMS('36#########', 'test');
$smsStatus = app('bitnet-gateway')->queryStatus($smsId)
composer test
Please see CHANGELOG for more information what has changed recently.
Please see CONTRIBUTING for details.
If you discover any security related issues, please email gnick666@gmail.com instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.
This package was generated using the Laravel Package Boilerplate.