PHPackages                             zwacky/loginchecka - 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. zwacky/loginchecka

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

zwacky/loginchecka
==================

Small login component to casually drop in yo app

v0.1.0(12y ago)033PHPPHP &gt;=5.3.0

Since Mar 26Pushed 11y ago2 watchersCompare

[ Source](https://github.com/zwacky/loginchecka)[ Packagist](https://packagist.org/packages/zwacky/loginchecka)[ RSS](/packages/zwacky-loginchecka/feed)WikiDiscussions master Synced 2w ago

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

Loginchecka
===========

[](#loginchecka)

Small login component that adds a config auth driver to casually drop in yo app.

[![Loginchecka login screen](https://camo.githubusercontent.com/e1e80166beb9eaf4a9623242efdb4d180222ea69b668e4cb7091fe3ebe18e598/687474703a2f2f692e696d6775722e636f6d2f4256706d4f63632e706e67)](https://camo.githubusercontent.com/e1e80166beb9eaf4a9623242efdb4d180222ea69b668e4cb7091fe3ebe18e598/687474703a2f2f692e696d6775722e636f6d2f4256706d4f63632e706e67)

Instructions
------------

[](#instructions)

- do a `php artisan config:publish --path="vendor/zwacky/loginchecka/config" zwacky/loginchecka`
- add `'Zwacky\Loginchecka\LogincheckaServiceProvider'` to your app.php providers array
- change `'driver' => 'config'` in config/auth.php

Add or modify accounts
----------------------

[](#add-or-modify-accounts)

Assuming you're using the config auth driver, you can modify the access accounts `config/packages/zwacky/loginchecka/config.php` under `valid_logins`.

Default the identifier to use is username. If you're using an eloquent auth driver and your logins need an email to authenticate, change `config_driver.identifier` in the loginchecka config.

Integration with Frozennode/Laravel-Administrator
-------------------------------------------------

[](#integration-with-frozennodelaravel-administrator)

check that `config/packages/frozennode/administrator/administrator.php` has the following changes in the config:

```
'permission'=> function()
{
	return Auth::check();
},

// the same as loginchecka::urls.login
'login_path' => 'login',
```

###  Health Score

23

—

LowBetter than 26% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

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

Unknown

Total

1

Last Release

4479d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/1093032?v=4)[Simon](/maintainers/zwacky)[@zwacky](https://github.com/zwacky)

---

Top Contributors

[![zwacky](https://avatars.githubusercontent.com/u/1093032?v=4)](https://github.com/zwacky "zwacky (7 commits)")

### Embed Badge

![Health badge](/badges/zwacky-loginchecka/health.svg)

```
[![Health](https://phpackages.com/badges/zwacky-loginchecka/health.svg)](https://phpackages.com/packages/zwacky-loginchecka)
```

###  Alternatives

[directorytree/ldaprecord-laravel

LDAP Authentication &amp; Management for Laravel.

5752.2M17](/packages/directorytree-ldaprecord-laravel)[illuminate/auth

The Illuminate Auth package.

9327.9M1.2k](/packages/illuminate-auth)[hasinhayder/tyro

Tyro - The ultimate Authentication, Authorization, and Role &amp; Privilege Management solution for Laravel 12 &amp; 13

6783.6k5](/packages/hasinhayder-tyro)[masterix21/laravel-licensing

Laravel licensing package with polymorphic assignment to any model, activation keys, expirations/renewals, and seat control via LicenseUsage. Supports offline verification with public-key–signed tokens, a CLI to generate/rotate/revoke keys, and an extensible architecture via config and contracts.

1542.1k4](/packages/masterix21-laravel-licensing)[xefi/faker-php-laravel

Faker php integration with laravel

2618.0k](/packages/xefi-faker-php-laravel)

PHPackages © 2026

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