Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
swilla committed Sep 29, 2020
1 parent 943eb17 commit 2d1a649
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,18 @@ PHP client for [Clockify.me API](https://clockify.me/developers-api).

## Install it

Install using [composer](https://getcomposer.org):
Install using [composer](https://getcomposer.org), with guzzle6-adapter:

```bash
composer require jdecool/clockify-api php-http/guzzle6-adapter
```

Install using [composer](https://getcomposer.org), with guzzle7-adapter:

```bash
composer require jdecool/clockify-api php-http/guzzle7-adapter
```

The library is decoupled from any HTTP message client with [HTTPlug](http://httplug.io). That's why you need to install a client implementation `http://httplug.io/` in this example.

## Getting started
Expand Down

0 comments on commit 2d1a649

Please sign in to comment.