Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 12 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ If you are looking for the SendGrid API client library, please see [this repo](h

All updates to this library is documented in our [CHANGELOG](https://github.com/sendgrid/php-http-client/blob/master/CHANGELOG.md).

# Table of Contents
- [Installation](#installation)
- [Quick Start](#quick-start)
- [Usage](#usage)
- [Thanks](#thanks)
- [About](#about)

<a name="installation"></a>
# Installation

## Prerequisites
Expand Down Expand Up @@ -78,6 +86,7 @@ include __DIR__ . '/loader.php';
$client = new SendGrid\Client();
```

<a name="quick-start"></a>
# Quick Start

Here is a quick example:
Expand Down Expand Up @@ -113,6 +122,7 @@ print $response->headers();
print $response->body();
```

<a name="usage"></a>
# Usage

- [Example Code](https://github.com/sendgrid/php-http-client/tree/master/examples)
Expand All @@ -132,10 +142,12 @@ Quick links:
- [Sign the CLA to Create a Pull Request](https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#cla)
- [Improvements to the Codebase](https://github.com/sendgrid/php-http-client/blob/master/CONTRIBUTING.md#improvements-to-the-codebase)

<a name="thanks"></a>
# Thanks

We were inspired by the work done on [birdy](https://github.com/inueni/birdy) and [universalclient](https://github.com/dgreisen/universalclient).

<a name="about"></a>
# About

php-http-client is guided and supported by the SendGrid [Developer Experience Team](mailto:[email protected]).
Expand Down