Skip to content

Commit 21b2435

Browse files
authored
Merge pull request #5 from descom-es/events
update readme
2 parents 8a0db14 + 8a7d19b commit 21b2435

File tree

1 file changed

+14
-7
lines changed

1 file changed

+14
-7
lines changed

README.md

Lines changed: 14 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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

66
You can install the package via composer:
77

@@ -18,16 +18,17 @@ php artisan vendor:publish --provider="DescomLib\DescomLibServiceProvider" --tag
1818
Insert 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+
```

0 commit comments

Comments
 (0)