Skip to content

Commit

Permalink
Merge pull request #3 from lepidus/main
Browse files Browse the repository at this point in the history
Feature/added client method to execute raw queries
  • Loading branch information
thiagolepidus authored Jan 22, 2025
2 parents eda1107 + ec6f68a commit ed09a6d
Show file tree
Hide file tree
Showing 5 changed files with 421 additions and 419 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@

PHP client for the Thoth GraphQL and REST APIs.

## Install

This library is installable via Composer:

```bash
composer require thoth-pub/thoth-client-php
```

## Usage

### GraphQL
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type": "library",
"require": {
"php": ">=7.4",
"guzzlehttp/guzzle": "^7.9"
"guzzlehttp/guzzle": "^6.5"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down
Loading

0 comments on commit ed09a6d

Please sign in to comment.