File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,14 @@ If you are looking for the SendGrid API client library, please see [this repo](h
8
8
9
9
All updates to this library is documented in our [ CHANGELOG] ( https://github.com/sendgrid/php-http-client/blob/master/CHANGELOG.md ) .
10
10
11
+ # Table of Contents
12
+ - [ Installation] ( #installation )
13
+ - [ Quick Start] ( #quick-start )
14
+ - [ Usage] ( #usage )
15
+ - [ Thanks] ( #thanks )
16
+ - [ About] ( #about )
17
+
18
+ <a name =" installation " ></a >
11
19
# Installation
12
20
13
21
## Prerequisites
@@ -78,6 +86,7 @@ include __DIR__ . '/loader.php';
78
86
$client = new SendGrid\Client();
79
87
```
80
88
89
+ <a name =" quick-start " ></a >
81
90
# Quick Start
82
91
83
92
Here is a quick example:
@@ -113,6 +122,7 @@ print $response->headers();
113
122
print $response->body();
114
123
```
115
124
125
+ <a name =" usage " ></a >
116
126
# Usage
117
127
118
128
- [ Example Code] ( https://github.com/sendgrid/php-http-client/tree/master/examples )
@@ -132,10 +142,12 @@ Quick links:
132
142
- [ Sign the CLA to Create a Pull Request] ( https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#cla )
133
143
- [ Improvements to the Codebase] ( https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase )
134
144
145
+ <a name =" thanks " ></a >
135
146
# Thanks
136
147
137
148
We were inspired by the work done on [ birdy] ( https://github.com/inueni/birdy ) and [ universalclient] ( https://github.com/dgreisen/universalclient ) .
138
149
150
+ <a name =" about " ></a >
139
151
# About
140
152
141
153
php-http-client is guided and supported by the SendGrid [ Developer Experience Team] ( mailto:dx@sendgrid.com ) .
You can’t perform that action at this time.
0 commit comments