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(9y ago)024MITPHP

Since May 25Pushed 9y 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 2w ago

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 31% 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

3310d 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

[kartik-v/yii2-password

Useful password strength validation utilities for Yii Framework 2.0

761.2M17](/packages/kartik-v-yii2-password)

PHPackages © 2026

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