|
1 |
| -# New Notification Channels |
| 1 | +# WhatsApp notification channel for Laravel |
2 | 2 |
|
3 |
| -### Suggesting a new channel |
4 |
| -Have a suggestion or working on a new channel? Please create a new issue for that service. |
| 3 | +[](https://packagist.org/packages/laravel-notification-channels/whatsapp) |
| 4 | +[](LICENSE.md) |
| 5 | +[](https://travis-ci.org/laravel-notification-channels/whatsapp) |
| 6 | +[](https://styleci.io/repos/535096163) |
| 7 | +[](https://scrutinizer-ci.com/g/laravel-notification-channels/whatsapp) |
| 8 | +[](https://scrutinizer-ci.com/g/laravel-notification-channels/whatsapp/?branch=master) |
| 9 | +[](https://packagist.org/packages/laravel-notification-channels/whatsapp) |
5 | 10 |
|
6 |
| -### I'm working on a new channel |
7 |
| -Please create an issue for it if it does not already exist, then PR you code for review. |
| 11 | +This package makes it easy to send notifications using [WhatsApp Cloud API](https://developers.facebook.com/docs/whatsapp/cloud-api/) with Laravel. |
8 | 12 |
|
9 |
| -## Workflow for new channels |
| 13 | +## Contents |
10 | 14 |
|
11 |
| -1) Head over to the [skeleton repo](https://github.com/laravel-notification-channels/skeleton) download a ZIP copy. This is important, to ensure you start from a fresh commit history. |
12 |
| -2) Use find/replace to replace all of the placeholders with the correct values (package name, author name, email, etc). |
13 |
| -3) Implement to logic for the channel & add tests. |
14 |
| -4) Fork this repo, add it as a remote and push your new channel to a branch. |
15 |
| -5) Submit a new PR against this repo for review. |
| 15 | +- [Installation](#installation) |
| 16 | + - [Setting up the WhatsApp service](#setting-up-the-WhatsApp-service) |
| 17 | +- [Usage](#usage) |
| 18 | + - [Available Message methods](#available-message-methods) |
| 19 | +- [Changelog](#changelog) |
| 20 | +- [Testing](#testing) |
| 21 | +- [Security](#security) |
| 22 | +- [Contributing](#contributing) |
| 23 | +- [Credits](#credits) |
| 24 | +- [License](#license) |
16 | 25 |
|
17 |
| -Take a look at our [FAQ](http://laravel-notification-channels.com/) to see our small list of rules, to provide top-notch notification channels. |
| 26 | + |
| 27 | +## Installation |
| 28 | + |
| 29 | +Please also include the steps for any third-party service setup that's required for this package. |
| 30 | + |
| 31 | +### Setting up the WhatsApp service |
| 32 | + |
| 33 | +Optionally include a few steps how users can set up the service. |
| 34 | + |
| 35 | +## Usage |
| 36 | + |
| 37 | +Some code examples, make it clear how to use the package |
| 38 | + |
| 39 | +### Available Message methods |
| 40 | + |
| 41 | +A list of all available options |
| 42 | + |
| 43 | +## Changelog |
| 44 | + |
| 45 | +Please see [CHANGELOG](CHANGELOG.md) for more information what has changed recently. |
| 46 | + |
| 47 | +## Testing |
| 48 | + |
| 49 | +``` bash |
| 50 | +$ composer test |
| 51 | +``` |
| 52 | + |
| 53 | +## Security |
| 54 | + |
| 55 | +If you discover any security related issues, please email [email protected] instead of using the issue tracker. |
| 56 | + |
| 57 | +## Contributing |
| 58 | + |
| 59 | +Please see [CONTRIBUTING](CONTRIBUTING.md) for details. |
| 60 | + |
| 61 | +## Credits |
| 62 | + |
| 63 | +- [Álex Albarca](https://github.com/netflie) |
| 64 | +- [All Contributors](../../contributors) |
| 65 | + |
| 66 | +## License |
| 67 | + |
| 68 | +The MIT License (MIT). Please see [License File](LICENSE.md) for more information. |
0 commit comments