PHPackages                             api-clients/psr7-oauth1 - 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. [Authentication &amp; Authorization](/categories/authentication)
4. /
5. api-clients/psr7-oauth1

ActiveLibrary[Authentication &amp; Authorization](/categories/authentication)

api-clients/psr7-oauth1
=======================

Client-side PSR-7 Oauth1 request signer for PHP

3.0.0(5y ago)934.9k↓42.4%6[1 issues](https://github.com/php-api-clients/psr7-oauth1/issues)[3 PRs](https://github.com/php-api-clients/psr7-oauth1/pulls)4MITPHPPHP ^7.4 || ^8

Since Nov 21Pushed 2y ago2 watchersCompare

[ Source](https://github.com/php-api-clients/psr7-oauth1)[ Packagist](https://packagist.org/packages/api-clients/psr7-oauth1)[ GitHub Sponsors](https://github.com/WyriHaximus)[ RSS](/packages/api-clients-psr7-oauth1/feed)WikiDiscussions master Synced 3d ago

READMEChangelog (3)Dependencies (4)Versions (13)Used By (4)

Client-side PSR-7 Oauth1 request signer for PHP `^8 || ^7.4`
============================================================

[](#client-side-psr-7-oauth1-request-signer-for-php-8--74)

[![Continuous Integration](https://github.com/php-api-clients/psr7-oauth1/actions/workflows/ci.yml/badge.svg?event=push)](https://github.com/php-api-clients/psr7-oauth1/actions/workflows/ci.yml)[![Latest Stable Version](https://camo.githubusercontent.com/d0c4b27b256f33cd7c234ae44f270e43dd2b5ab90bb099cac07cea8c85272b27/68747470733a2f2f706f7365722e707567782e6f72672f6170692d636c69656e74732f707372372d6f61757468312f762f737461626c652e706e67)](https://packagist.org/packages/api-clients/psr7-oauth1)[![Total Downloads](https://camo.githubusercontent.com/df61f4a79d7e070d04ae7f76284c543073559f30af94610fce20f3f094c21341/68747470733a2f2f706f7365722e707567782e6f72672f6170692d636c69656e74732f707372372d6f61757468312f646f776e6c6f6164732e706e67)](https://packagist.org/packages/api-clients/psr7-oauth1/stats)[![Code Coverage](https://camo.githubusercontent.com/7b31efe4b518bec702da6af58bbd0a87cdbbf1e189f84161faf6b7496adee0db/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f7068702d6170692d636c69656e74732f707372372d6f61757468312f6261646765732f636f7665726167652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/php-api-clients/psr7-oauth1/?branch=master)[![License](https://camo.githubusercontent.com/19aca53a1129816cc5e1b81da42b301b6d9f7bb3fe378a02e9e84b966f783ba7/68747470733a2f2f706f7365722e707567782e6f72672f6170692d636c69656e74732f707372372d6f61757468312f6c6963656e73652e706e67)](https://packagist.org/packages/api-clients/psr7-oauth1)

Installation
============

[](#installation)

To install via [Composer](http://getcomposer.org/), use the command below, it will automatically detect the latest version and bind it with `^`.

```
composer require api-clients/psr7-oauth1
```

In case you need to support `5.5+` as well in your package, we suggest you use the following command:

```
composer require api-clients/psr7-oauth1:^1.0
```

However, since `1.0`, `2.0`, and `3.0` of this package are 100% compatible, we recommend you use the following command to support both:

```
composer require "api-clients/psr7-oauth1:^2.0 || ^1.0"
```

Example
=======

[](#example)

```
