PHPackages                             keystackapp/keystack-php-auth-client - 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. keystackapp/keystack-php-auth-client

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

keystackapp/keystack-php-auth-client
====================================

KeyStack PHP Authentication client for REST API integration.

v0.0.1(6mo ago)041unlicensePHPPHP ^8.1

Since Nov 10Pushed 6mo agoCompare

[ Source](https://github.com/KeyStackApp/keystack-php-auth-client)[ Packagist](https://packagist.org/packages/keystackapp/keystack-php-auth-client)[ Docs](https://github.com/KeyStackApp/keystack-php-auth-client)[ RSS](/packages/keystackapp-keystack-php-auth-client/feed)WikiDiscussions main Synced 1mo ago

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

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/KeyStackApp/keystack-php-auth-client"
    }
  ]
}
```

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`:

```
