You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+98-20Lines changed: 98 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,19 +1,33 @@
1
-
# wrapper for brevo-php
2
-
1
+
## Overview
3
2
[](https://packagist.org/packages/designbycode/laravel-brevo)
This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.
7
+
The LaravelBrevo package is a Laravel wrapper for integrating with the Brevo API (formerly Sendinblue). It simplifies interactions with Brevo's email marketing and contact management features, allowing you to manage contacts, subscribe/unsubscribe users, and retrieve contact information seamlessly within your Laravel application.
9
8
10
-
## Support us
9
+
This version of the documentation demonstrates how to use the package via the Facade for cleaner and more expressive code.
10
+
11
+
12
+
## Use Cases
13
+
This package is ideal for:
14
+
1. Email Marketing:
15
+
* Subscribe users to mailing lists.
16
+
* Unsubscribe users from mailing lists.
17
+
* Update user attributes (e.g., name, preferences).
* Automatically add new users to Brevo lists during registration.
25
+
* Sync user data between your application and Brevo.
26
+
27
+
28
+
## Support us
13
29
14
-
We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).
15
30
16
-
We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).
17
31
18
32
## Installation
19
33
@@ -23,39 +37,103 @@ You can install the package via composer:
0 commit comments