File tree Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Expand file tree Collapse file tree 1 file changed +14
-7
lines changed Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://travis-ci.org/descom-es/php-lib.svg?branch=master )] ( https://travis-ci.org/descom-es/php-lib )
22
33
4- ## Installation
4+ # Installation
55
66You can install the package via composer:
77
@@ -18,16 +18,17 @@ php artisan vendor:publish --provider="DescomLib\DescomLibServiceProvider" --tag
1818Insert token in config/descom_lib.php
1919
2020
21- ### Testing
21+ # Notificacation Manager Serviice
2222
23- ``` bash
24- composer test
25- ```
23+ With method ` send ` , you can send a request to service.
2624
25+ Thie method require ` $data ` argument. See samples
2726
28- ### Data
27+ ## Events
2928
30- Data example for $notificationManager->send($data);
29+ * DescomLib\Services\NotificationManager\Events\NotificationFailed
30+
31+ ## Samples Data
3132
3233``` bash
3334[
@@ -63,3 +64,9 @@ Data example for $notificationManager->send($data);
6364 ],
6465]
6566```
67+
68+ # Testing
69+
70+ ``` bash
71+ composer test
72+ ```
You can’t perform that action at this time.
0 commit comments