Download the PHP package adedaramola/laravel-sendchamp without Composer
On this page you can find all versions of the php package adedaramola/laravel-sendchamp. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download adedaramola/laravel-sendchamp
More information about adedaramola/laravel-sendchamp
Files in adedaramola/laravel-sendchamp
Package laravel-sendchamp
Short Description A Laravel package to work with sendchamp API
License MIT
Homepage https://github.com/Adedaramola/laravel-sendchamp
Informations about the package laravel-sendchamp
Laravel Sendchamp
Laravel package to seamlessly integrate Sendchamp API
Table of contents
- Installation
- Basic Usage
- SMS
- Voice
- Wallet
- Verification
- Contributing
- Todo List
Installation
You can install the package via composer:
Publish the config file
Be sure to set the following variables in your .env
file
Basic Usage
The package automaticaly assumes a test mode enviroment for the API, you can change this by setting SENDCHAMP_MODE=true
in your .env
file.
SMS
Voice
Verification
Wallet
Todo List
- [ ] Email Resource
- [ ] Customer Resource
Contributing
PRs are greatly appreciated, help us build this hugely needed tool so anyone else can easily integrate sendchamp into their Laravel based projects and applications.
- Create a fork
- Create your feature branch: git checkout -b my-feature
- Commit your changes: git commit -am 'Add some feature'
- Push to the branch: git push origin my-new-feature
- Submit a pull request 🚀
Changelog
Please see CHANGELOG for more information on what has changed recently.
License
The MIT License (MIT). Please see License File for more information.