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 @@ -9,6 +9,14 @@ If you are looking for the SendGrid API client library, please see [this repo](h
9
9
10
10
All updates to this library is documented in our [ CHANGELOG] ( https://github.com/sendgrid/php-http-client/blob/master/CHANGELOG.md ) .
11
11
12
+ # Table of Contents
13
+ - [ Installation] ( #installation )
14
+ - [ Quick Start] ( #quick-start )
15
+ - [ Usage] ( #usage )
16
+ - [ Thanks] ( #thanks )
17
+ - [ About] ( #about )
18
+
19
+ <a name =" installation " ></a >
12
20
# Installation
13
21
14
22
## Prerequisites
@@ -79,6 +87,7 @@ include __DIR__ . '/loader.php';
79
87
$client = new SendGrid\Client();
80
88
```
81
89
90
+ <a name =" quick-start " ></a >
82
91
# Quick Start
83
92
84
93
Here is a quick example:
@@ -114,6 +123,7 @@ print $response->headers();
114
123
print $response->body();
115
124
```
116
125
126
+ <a name =" usage " ></a >
117
127
# Usage
118
128
119
129
- [ Example Code] ( https://github.com/sendgrid/php-http-client/tree/master/examples )
@@ -133,10 +143,12 @@ Quick links:
133
143
- [ Sign the CLA to Create a Pull Request] ( https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#cla )
134
144
- [ Improvements to the Codebase] ( https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase )
135
145
146
+ <a name =" thanks " ></a >
136
147
# Thanks
137
148
138
149
We were inspired by the work done on [ birdy] ( https://github.com/inueni/birdy ) and [ universalclient] ( https://github.com/dgreisen/universalclient ) .
139
150
151
+ <a name =" about " ></a >
140
152
# About
141
153
142
154
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