Download the PHP package goldspecdigital/voodoo-sms-sdk without Composer
On this page you can find all versions of the php package goldspecdigital/voodoo-sms-sdk. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download goldspecdigital/voodoo-sms-sdk
More information about goldspecdigital/voodoo-sms-sdk
Files in goldspecdigital/voodoo-sms-sdk
Package voodoo-sms-sdk
Short Description An SDK to interact with the Voodoo SMS API.
License MIT
Homepage https://github.com/goldspecdigital/voodoo-sms-sdk
Informations about the package voodoo-sms-sdk
Voodoo SMS PHP SDK
PHP SDK for communicating with the Voodoo SMS API.
Getting Started
These instructions will get you up and running on your local machine and a development environment.
Prerequisites
- PHP: >=7.2
Installing
Simply pull in the package in with composer:
Examples
Send an SMS
Get the Delivery Status for an SMS
Running the tests
To run the test you will need to have Voodoo SMS credentials stored in a .env
file placed in the project root. An example file is provided for you with the keys required: .env.example
.
You can run the tests in an environment running PHP >=7.2 with PHP Unit:
And coding style tests
This project follows PSR1 and PSR2 coding standards as well as enabling strict types on all PHP files.
Before making any commits, make sure your code passes the linter by running:
Built With
Contributing
Feel free to issue a pull request, although any requests that fail PHPUnit or the linter will be automatically rejected.
Versioning
We use SemVer for versioning. For the versions available, see the tags on this repository.
License
This project is licensed under the MIT License - see the LICENSE.md file for details