PHPackages                             bitexpert/composer-authstore-plugin - 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. bitexpert/composer-authstore-plugin

AbandonedArchivedComposer-plugin[Authentication &amp; Authorization](/categories/authentication)

bitexpert/composer-authstore-plugin
===================================

Composer Plugin providing an external auth store for storing your access credentials.

0.2.2(11y ago)420.8k3Apache-2.0PHP

Since Jan 12Pushed 9y ago10 watchersCompare

[ Source](https://github.com/bitExpert/composer-authstore-plugin)[ Packagist](https://packagist.org/packages/bitexpert/composer-authstore-plugin)[ Docs](https://github.com/bitExpert/composer-authstore-plugin)[ RSS](/packages/bitexpert-composer-authstore-plugin/feed)WikiDiscussions master Synced 2mo ago

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

README
======

[](#readme)

[![Build Status](https://camo.githubusercontent.com/9e640e11c659b759e545ff0fa885419084b67a0703d015dda7dc7dded7387649/68747470733a2f2f7472617669732d63692e6f72672f6269744578706572742f636f6d706f7365722d6175746873746f72652d706c7567696e2e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/bitExpert/composer-authstore-plugin)

> **Note:** The plugin is deprecated! Use the built-in functionality in Composer instead!

What is the AuthStore Plugin?
-----------------------------

[](#what-is-the-authstore-plugin)

The AuthStore plugin gives you the ability to store the credentials in a separate file. That way you do not need to enter your credentials every time you run composer.

Last year I was working on a [PR](https://github.com/composer/composer/issues/1862) for Composer which up to now is not merged in master. Kudos to Manuel Lemos from [phpclasses.org](http://phpclasses.org) for pointing out that the new Plugin API of Composer might help to apply the PR without patching Composer. As a result this plugin came alive.

How to use it?

Just add an `auth.json` file in your project root (aside to your main `composer.json`), which should look like this:

```
{
    "config": {
        "basic-auth": {
            "satis.loc": {
                "username": "my_username",
                "password": "my_password"
            }
        }
    }
}
```

Alternatively, you can store your `auth.json` in `COMPOSER_HOME`, so that authentication settings is available for all your projects.

> **Note:** Local `auth.json` always has precedence if a host is defined both locally and globally.

The composer.json of your root project all you need is to require the AuthStore plugin as a dependency:

```
{
    "name": "my/mywebproject",
    "require": {
        "bitexpert/composer-authstore-plugin": "*"
    }
}
```

You can also install the plugin globally which might be the better alternative as globally installed plugins are loaded before local project plugins are loaded.

###  Health Score

32

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity57

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 95.2% 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 ~42 days

Total

5

Last Release

4333d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/1adf0ab660536efce10aeb97f0c90ec881110b64fbd23429fa945190df0def56?d=identicon)[shochdoerfer](/maintainers/shochdoerfer)

---

Top Contributors

[![shochdoerfer](https://avatars.githubusercontent.com/u/596449?v=4)](https://github.com/shochdoerfer "shochdoerfer (20 commits)")[![lolautruche](https://avatars.githubusercontent.com/u/313528?v=4)](https://github.com/lolautruche "lolautruche (1 commits)")

---

Tags

composerauth.json

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/bitexpert-composer-authstore-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/bitexpert-composer-authstore-plugin/health.svg)](https://phpackages.com/packages/bitexpert-composer-authstore-plugin)
```

###  Alternatives

[dealerdirect/phpcodesniffer-composer-installer

PHP\_CodeSniffer Standards Composer Installer Plugin

596161.9M1.9k](/packages/dealerdirect-phpcodesniffer-composer-installer)[ergebnis/composer-normalize

Provides a composer plugin for normalizing composer.json.

1.1k37.3M2.1k](/packages/ergebnis-composer-normalize)[bamarni/composer-bin-plugin

No conflicts for your bin dependencies

52722.0M857](/packages/bamarni-composer-bin-plugin)[yiisoft/yii2-composer

The composer plugin for Yii extension installer

8828.8M55](/packages/yiisoft-yii2-composer)[ccuffs/auth-iduffs

Biblioteca para autenticação de usuários utilizando o idUFFS.

101.1k](/packages/ccuffs-auth-iduffs)

PHPackages © 2026

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