Skip to content
This repository was archived by the owner on May 18, 2020. It is now read-only.

Commit 381152e

Browse files
committed
Updated readme file
1 parent 5a8cb26 commit 381152e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/Sendinblue/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,11 @@ This is the SendinBlue Php library. It implements the various exposed APIs that
1919
* Run ``composer install`` to get these dependencies added to your vendor directory
2020
* Add the autoloader to your application with this line: ``require("vendor/autoload.php")``
2121
22+
OR
23+
* Simply install by running below command
24+
```
25+
composer require mailin-api/mailin-api-php:dev-master
26+
```
2227
You can use below sample script to get started.
2328
2429
```PHP

0 commit comments

Comments
 (0)