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

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

indieauth/client
================

IndieAuth Client Library

1.1.6(3y ago)2926.4k↑20%10[1 PRs](https://github.com/indieweb/indieauth-client-php/pulls)5Apache-2.0PHPPHP &gt;5.6.0CI passing

Since Dec 30Pushed 9mo ago14 watchersCompare

[ Source](https://github.com/indieweb/indieauth-client-php)[ Packagist](https://packagist.org/packages/indieauth/client)[ OpenCollective](https://opencollective.com/indieweb)[ RSS](/packages/indieauth-client/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (10)Dependencies (4)Versions (41)Used By (5)

IndieAuth Client
================

[](#indieauth-client)

This is a simple library to help with IndieAuth. There are two ways you may want to use it, either when developing an application that signs people in using IndieAuth, or when developing your own endpoint for issuing access tokens and you need to verify auth codes.

[![Build Status](https://github.com/indieweb/indieauth-client-php/actions/workflows/main.yml/badge.svg)](https://github.com/indieweb/indieauth-client-php/actions/workflows/main.yml/badge.svg)

Installation
------------

[](#installation)

To install using [Composer](http://getcomposer.org), run:

```
composer require indieauth/client

```

This library follows [PSR-4](https://www.php-fig.org/psr/psr-4/) for autoloading. To autoload, ensure that your application requires the Composer autoload file:

```
