PHPackages                             alex-kalanis/kw\_auth\_sources - 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. [Database &amp; ORM](/categories/database)
4. /
5. alex-kalanis/kw\_auth\_sources

ActiveLibrary[Database &amp; ORM](/categories/database)

alex-kalanis/kw\_auth\_sources
==============================

Authentication sources for KWCMS

v5.0.0(2y ago)02233BSD-3-ClausePHPPHP &gt;=7.4.0

Since Jul 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/alex-kalanis/kw_auth_sources)[ Packagist](https://packagist.org/packages/alex-kalanis/kw_auth_sources)[ RSS](/packages/alex-kalanis-kw-auth-sources/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (9)Dependencies (11)Versions (10)Used By (3)

kw\_auth\_sources
=================

[](#kw_auth_sources)

[![Build Status](https://github.com/alex-kalanis/kw_auth_sources/actions/workflows/code_checks.yml/badge.svg)](https://github.com/alex-kalanis/kw_auth_sources/actions/workflows/code_checks.yml/badge.svg)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/7527dc6eb39c651820dd02b9ffd74dea3ca023b3385802b2ac65f09a619faebc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f6b775f617574685f736f75726365732f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/alex-kalanis/kw_auth_sources/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/e91baf847326270e308a6f1a3c6e4bbd7259a5a43880cad4e3deaa95c8753609/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f6b775f617574685f736f75726365732f762f737461626c652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/kw_auth_sources)[![Minimum PHP Version](https://camo.githubusercontent.com/0e9ac047546796cfdbe1423d1f4d91c8f37d2fbb11614a7900bb7686aaa5401f/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f7068702d253345253344253230372e342d3838393242462e737667)](https://php.net/)[![Downloads](https://camo.githubusercontent.com/3bc53bc9d5fd17ec85042b533fccd84b455162a4c673c256aaf6aafab75fedfa/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f616c65782d6b616c616e69732f6b775f617574685f736f75726365732e7376673f7631)](https://packagist.org/packages/alex-kalanis/kw_auth_sources)[![License](https://camo.githubusercontent.com/7f3e3765399d35ecaee1cf5b08ca58f5044c28d3e120097bcd8faddccd9cdad8/68747470733a2f2f706f7365722e707567782e6f72672f616c65782d6b616c616e69732f6b775f617574685f736f75726365732f6c6963656e73652e7376673f763d31)](https://packagist.org/packages/alex-kalanis/kw_auth_sources)[![Code Coverage](https://camo.githubusercontent.com/30173453475e240033d0fb994286cbf68bebc120ab6c98198f469e54d2eeba6d/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f616c65782d6b616c616e69732f6b775f617574685f736f75726365732f6261646765732f636f7665726167652e706e673f623d6d617374657226763d31)](https://scrutinizer-ci.com/g/alex-kalanis/kw_auth_sources/?branch=master)

Authentication to site - where the data with accounts are stored and how to work with them.

These libraries represent internal getters and setters to access accounts on target site. Just configure where to find them and it's possible to process all basic yet necessary things. It's based on real \*nix files and structures.

There are three parts. First one is usual accounts itself. Second one is groups - limit access to things in accordance with preset groups on accounts. And third one is system classes. That limits access too, but it is written directly into the code of each part and it is not need to rely on group ids and if they exists. So groups limits interactions between users and system classes between user and system.

It has variants and interfaces for possibility to use single account file, multiple account files, certificates with passwords and groups. The account files can be switched to different implementations. Or database can be used as data source for both accounts and groups. And either example one on kw\_mapper or your own implementation.

Your system probably do not need the same things as mine. So some things can be ignored and another can be available under "extra".

PHP Installation
----------------

[](#php-installation)

```
composer.phar require alex-kalanis/kw_auth_sources
```

(Refer to [Composer Documentation](https://github.com/composer/composer/blob/master/doc/00-intro.md#introduction) if you are not familiar with composer)

PHP Usage
---------

[](#php-usage)

1.) Use your autoloader (if not already done via Composer autoloader)

2.) Add some external packages with connection to the local or remote services.

3.) Connect the "kalanis\\kw\_auth\_sources" into your app. Extends it for setting your case. For details use example.

4.) Just call \\kalanis\\kw\_auth\_sources\\Access\\Factory in your code

Caveats
-------

[](#caveats)

It's build for standalone usage - nothing more need than basics and dependencies.

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity50

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

Every ~35 days

Recently: every ~59 days

Total

9

Last Release

766d ago

Major Versions

v1.0.0 → v2.0.02023-07-09

v2.2.1 → v3.0.02023-08-24

v3.0.0 → v4.0.02024-01-30

v4.0.0 → v5.0.02024-04-07

PHP version history (2 changes)v1.0.0PHP &gt;=7.2.0

v5.0.0PHP &gt;=7.4.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/499b0a541b787cdb31412f578c7b94c9790bcbee7de12c65b6101c6ce45ef6f0?d=identicon)[alex-kalanis](/maintainers/alex-kalanis)

---

Top Contributors

[![alex-kalanis](https://avatars.githubusercontent.com/u/59184183?v=4)](https://github.com/alex-kalanis "alex-kalanis (17 commits)")

---

Tags

databaseauthAuthenticationfilefilesldap

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/alex-kalanis-kw-auth-sources/health.svg)

```
[![Health](https://phpackages.com/badges/alex-kalanis-kw-auth-sources/health.svg)](https://phpackages.com/packages/alex-kalanis-kw-auth-sources)
```

###  Alternatives

[sroutier/eloquent-ldap

A Laravel package that first tries to log the user against the internal database if that fails, it tries against the configured LDAP/AD server.

228.7k1](/packages/sroutier-eloquent-ldap)[alvin0/database-json-laravel

Create and manage json databases with Laravel

344.3k](/packages/alvin0-database-json-laravel)

PHPackages © 2026

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