Download the PHP package nerdbrygg/simplesms without Composer
On this page you can find all versions of the php package nerdbrygg/simplesms. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download nerdbrygg/simplesms
More information about nerdbrygg/simplesms
Files in nerdbrygg/simplesms
Package simplesms
Short Description Integrates PSWinCom's Simple SMS API with Laravel.
License MIT
Homepage https://github.com/nerdbrygg/simplesms
Informations about the package simplesms
SimpleSMS
My first Laravel Package, uses Laravel's Http client to interact with PSWin.com's Simple HTTP API.
It offers the option to store messages in a database table, and also ability to encrypt/decrypt the message, for added security.
Installation
Via Composer
Configure these settings in your .env
Usage
By default the only middleware applied to the route is web. To secure this, you'd need to overwrite the route:
Parameters
Parameter | Required | Default | Information | |
---|---|---|---|---|
message | Yes | None | 804 characters max | |
destination | Yes | None | Separated by ,; | . |
source | No | SIMPLESMS_SOURCE | Number or text |
Components
I've created a couple of simple bootstrap-themed components to get you up and running faster.
Form
Will render a basic form for sending an sms.
Use :source="false"
to stop source-field from rendering.
Messages
Will render a basic display of all sent messages.
Change log
Please see the changelog for more information on what has changed recently.
Testing
Contributing
Please see contributing.md for details and a todolist.
Security
If you discover any security related issues, please email author email instead of using the issue tracker.
Credits
- Nerdbrygg
- All Contributors
License
license. Please see the license file for more information.