PHPackages                             inklings.io/laravel-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. inklings.io/laravel-indieauth-client

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

inklings.io/laravel-indieauth-client
====================================

Laravel package for indieauth based authentication

0.1.2(8y ago)024MITPHP

Since May 25Pushed 8y ago1 watchersCompare

[ Source](https://github.com/Inklings-io/laravel-indieauth-client)[ Packagist](https://packagist.org/packages/inklings.io/laravel-indieauth-client)[ RSS](/packages/inklingsio-laravel-indieauth-client/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependencies (1)Versions (4)Used By (0)

Laravel-IndieAuth-Client
------------------------

[](#laravel-indieauth-client)

The Laravel-IndieAuth-Client package offers a simple form field that will allow users to log in to your site via indieauth.

### Installation

[](#installation)

first run `composer require inlings.io/laravel-indieauth-client` to fetch the vendor libraries.

Next add it to your providers and aliases in `config/app.php`.

```

```

### Adding to templates

[](#adding-to-templates)

Now you can easily add a login / logout form directly in your template

`{!! IndieAuth::login_logout_form() !!}`

There are also `login_form()` and `logout_form()` functions.

You can add a logged in line, if the user is currently logged in.

```
    @if (IndieAuth::is_logged_in())
        Logged In As: {!! IndieAuth::user() !!}
    @endif
```

You can customize the templates by using the `vendor:publish` command

Any results will be in session('error') or session('success');

Look at src/Helpers.php to see all functions available under IndieAuth::

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity55

Maturing project, gaining track record

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~6 days

Total

3

Last Release

3262d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/66f75c52b47c9bbe05a6826529ace91fd691d51da44ac488a6123e5e13f979ae?d=identicon)[dissolve](/maintainers/dissolve)

### Embed Badge

![Health badge](/badges/inklingsio-laravel-indieauth-client/health.svg)

```
[![Health](https://phpackages.com/badges/inklingsio-laravel-indieauth-client/health.svg)](https://phpackages.com/packages/inklingsio-laravel-indieauth-client)
```

###  Alternatives

[namshi/jose

JSON Object Signing and Encryption library for PHP.

1.8k99.6M101](/packages/namshi-jose)[league/oauth1-client

OAuth 1.0 Client Library

99698.8M106](/packages/league-oauth1-client)[gesdinet/jwt-refresh-token-bundle

Implements a refresh token system over Json Web Tokens in Symfony

70516.4M35](/packages/gesdinet-jwt-refresh-token-bundle)[league/oauth2-google

Google OAuth 2.0 Client Provider for The PHP League OAuth2-Client

41721.2M118](/packages/league-oauth2-google)[illuminate/auth

The Illuminate Auth package.

9327.3M1.0k](/packages/illuminate-auth)[beatswitch/lock

A flexible, driver based Acl package for PHP 5.4+

870304.7k2](/packages/beatswitch-lock)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
