
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
dinushchathurya/websmslk
Advanced tools
This package uses to send sms using websms.lk API
composer require dinushchathurya/websmslk
php artisan vendor:publish --provider="Dinushchathurya\Websms\SmsServiceProvider"
SMS_API_KEY=<your-api-key>
SMS_API_TOKEN=<your-api-token>
SMS_SENDER_ID=<your-sender-id>
SMS_TYPE= sms
SMS_ROUTE=0
For more information about the above parameters, please visit websms.lk
use Dinushchathurya\Websms\Sms;
public function sendSms()
{
try {
$numbers = ['9476xxxxxx','9471xxxxxxx'];
$message = "ආයුබෝවන්. සාදරයෙන් පිළිගනිමු";
Sms::send($numbers, $message);
return response()->json([
'message' => 'SMS sent successfully'
]);
} catch (\Exception $e) {
return response()->json([
'message' => 'An error occurred while sending SMS: ' . $e->getMessage()
], 500);
}
}
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
git checkout -b feature/AmazingFeature)git commit -m 'Add some AmazingFeature')git push origin feature/AmazingFeature)Author Dinush Chathurya
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Copyright (c) 2023 Dinush Chathurya, Open Source SriLanka and codingtricks.io
FAQs
This package use to send sms using websms.lk API
The composer package dinushchathurya/websmslk receives a total of 0 weekly downloads. As such, dinushchathurya/websmslk popularity was classified as not popular.
We found that dinushchathurya/websmslk demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.