PHPackages                             scottbass3/hydra-client-php-psr-18 - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [HTTP &amp; Networking](/categories/http)
4. /
5. scottbass3/hydra-client-php-psr-18

ActiveLibrary[HTTP &amp; Networking](/categories/http)

scottbass3/hydra-client-php-psr-18
==================================

Documentation for all of Ory Hydra's APIs.

v1.0.0(5mo ago)11521Apache-2.0PHPPHP ^8.1

Since Nov 20Pushed 5mo agoCompare

[ Source](https://github.com/scottbass3/hydra-client-php-psr-18)[ Packagist](https://packagist.org/packages/scottbass3/hydra-client-php-psr-18)[ Docs](https://github.com/scottbass3/hydra-client-php-psr-18)[ Fund](https://opencollective.com/ory)[ Patreon](https://www.patreon.com/_ory)[ RSS](/packages/scottbass3-hydra-client-php-psr-18/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (13)Versions (2)Used By (1)

scottbass3/hydra-client-php-psr-18
==================================

[](#scottbass3hydra-client-php-psr-18)

Documentation for all of Ory Hydra's APIs.

Installation &amp; Usage
------------------------

[](#installation--usage)

### Requirements

[](#requirements)

PHP 7.2 and later.

### Composer

[](#composer)

To install the bindings via [Composer](https://getcomposer.org/), add the following to `composer.json`:

```
{
  "repositories": [
    {
      "type": "vcs",
      "url": "https://github.com/GIT_USER_ID/GIT_REPO_ID.git"
    }
  ],
  "require": {
    "GIT_USER_ID/GIT_REPO_ID": "*@dev"
  }
}
```

Then run `composer install`

Your project is free to choose the http client of your choice Please require packages that will provide http client functionality:

As an example:

```
composer require guzzlehttp/guzzle php-http/guzzle7-adapter http-interop/http-factory-guzzle

```

### Manual Installation

[](#manual-installation)

Download the files and include `autoload.php`:

```
