Skip to content

Commit b00189d

Browse files
committed
docs(ack-related): add ack and related projects
1 parent a992cb4 commit b00189d

File tree

1 file changed

+17
-2
lines changed

1 file changed

+17
-2
lines changed

README.md

Lines changed: 17 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,9 @@ This is a **[laravel](https://laravel.com) service provider** for [Msg91 APIs](h
1616
- [Verify OTP](#verify-otp)
1717
- [Resend OTP](#resend-otp)
1818
- [Sending SMS](#sending-sms)
19-
- [Handling Error Responses](#error-responses)
19+
- [Handling Responses](#handling-responses)
20+
- [Related](#related)
21+
- [Acknowledgements](#acknowledgements)
2022

2123
## Installation
2224

@@ -147,7 +149,7 @@ Msg91::sms()
147149
->send(); // send
148150
```
149151

150-
## Error Responses
152+
## Handling Responses
151153

152154
All the services will return `\Craftsys\Msg91\Response` instance for all successfully responses or will throw exceptions if request validation failed (`\Craftsys\Msg91\Exceptions\ValidationException`)or there was an error in the response (`\Craftsys\Msg91\Exceptions\ResponseErrorException`).
153155

@@ -170,3 +172,16 @@ try {
170172
[client-configuration]: https://github.com/craftsys/msg91-php#configuration
171173
[client-examples]: https://github.com/craftsys/msg91-php#examples
172174
[client-managing-otps]: https://github.com/craftsys/msg91-php#managing-otps
175+
176+
177+
# Related
178+
179+
- [Msg91 Laravel Notification Channel](https://github.com/craftsys/msg91-laravel-notification-channel)
180+
- [Msg91 Php Client](https://github.com/craftsys/msg91-php)
181+
- [Msg91 Api Docs](https://docs.msg91.com/collection/msg91-api-integration/5/pages/139)
182+
183+
# Acknowledgements
184+
185+
We are grateful to the authors of existing related projects for their ideas and collaboration:
186+
187+
- [Laravel Nexmo](https://github.com/Nexmo/nexmo-laravel)

0 commit comments

Comments
 (0)