PHPackages                             walkboy/yii2-basic-access - 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. walkboy/yii2-basic-access

ActiveLibrary

walkboy/yii2-basic-access
=========================

Base auth behavior for yii2

14.0k—0%PHP

Since Apr 15Pushed 2y ago1 watchersCompare

[ Source](https://github.com/wa1kb0y/yii2-basic-access)[ Packagist](https://packagist.org/packages/walkboy/yii2-basic-access)[ RSS](/packages/walkboy-yii2-basic-access/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Installation
============

[](#installation)

`composer require walkboy/yii2-basic-access:dev-master`

Using
=====

[](#using)

In your controller:

```
public function behaviors()
{
    return [

    	//...

        'basicAccess' => [
            'class' => \walkboy\BasicAccess\BasicAccess::class,
            'logins' => ['user:pass'],
            //'realm' => 'My Project',
            //'msg_unauthorized' => 'Please enter a valid user name and password to access.',
        ],

        //...

    ];
}
```

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity23

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity19

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/6fdc52bd4e05a3b68e7787d7045472aec0995f51111067cf4cdf9a97f0be14b2?d=identicon)[walkboy](/maintainers/walkboy)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/walkboy-yii2-basic-access/health.svg)

```
[![Health](https://phpackages.com/badges/walkboy-yii2-basic-access/health.svg)](https://phpackages.com/packages/walkboy-yii2-basic-access)
```

PHPackages © 2026

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