Skip to content

Commit

Permalink
Merge pull request #61 from knpuniversity/guzzle-version-note
Browse files Browse the repository at this point in the history
Add a note about Guzzle version
  • Loading branch information
weaverryan committed Feb 23, 2017
2 parents d9cce08 + 5d2c3fb commit ed655f7
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions knpu/client-credentials.md
Expand Up @@ -50,8 +50,14 @@ at the COOP website. Since we'll need to make HTTP requests to the COOP API,
we'll use a really nice PHP library called [Guzzle][Guzzle]. Don't worry if you've
never used it, it's really easy.

Before we start, we need to use [Composer][Composer] to download Guzzle. [Download Composer][Download Composer]
into the `cron/` directory and then install the vendor libraries:
Before we start, we need to use [Composer][Composer] to download Guzzle.

> This tutorial uses an old (version 3) version of Guzzle! It doesn't
> affect the tutorial, but if you decide to install it manually, be
> sure to install `guzzle/guzzle`.
[Download Composer][Download Composer] into the `cron/` directory and then install
the vendor libraries:

```terminal
php composer.phar install
Expand Down

0 comments on commit ed655f7

Please sign in to comment.