We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d35cf3 commit 883ebfaCopy full SHA for 883ebfa
README.md
@@ -2,6 +2,15 @@
2
3
A php library which implements the functionality of FreshMail REST API.
4
5
+This API client covers all functions of API V2 such as:
6
+ - subscribers management
7
+ - list management
8
+ - campaign management
9
+ - sending transactional SMS messages
10
+ - sending transactional mail messages (in a legacy way)
11
+
12
+If You want to send transactional messages in rich format please use new [API V3 client](https://github.com/FreshMail/php-api-client).
13
14
## Installation via composer
15
16
Add to `composer.json` file:
@@ -26,4 +35,4 @@ Use in php project:
26
35
All samples included in samples directory.
27
36
28
37
## Thanks to
29
-@adam187
38
+@adam187
0 commit comments