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 1
1
[ ![ Build Status] ( https://travis-ci.org/descom-es/php-lib.svg?branch=master )] ( https://travis-ci.org/descom-es/php-lib )
2
2
3
3
4
- ## Installation
4
+ # Installation
5
5
6
6
You can install the package via composer:
7
7
@@ -18,16 +18,17 @@ php artisan vendor:publish --provider="DescomLib\DescomLibServiceProvider" --tag
18
18
Insert token in config/descom_lib.php
19
19
20
20
21
- ### Testing
21
+ # Notificacation Manager Serviice
22
22
23
- ``` bash
24
- composer test
25
- ```
23
+ With method ` send ` , you can send a request to service.
26
24
25
+ Thie method require ` $data ` argument. See samples
27
26
28
- ### Data
27
+ ## Events
29
28
30
- Data example for $notificationManager->send($data);
29
+ * DescomLib\Services\NotificationManager\Events\NotificationFailed
30
+
31
+ ## Samples Data
31
32
32
33
``` bash
33
34
[
@@ -63,3 +64,9 @@ Data example for $notificationManager->send($data);
63
64
],
64
65
]
65
66
```
67
+
68
+ # Testing
69
+
70
+ ``` bash
71
+ composer test
72
+ ```
You can’t perform that action at this time.
0 commit comments