PHPackages                             ixis/codeception-module-http-auth - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. ixis/codeception-module-http-auth

AbandonedArchivedLibrary[HTTP &amp; Networking](/categories/http)

ixis/codeception-module-http-auth
=================================

A Codeception module for passing HTTP authentication.

01861PHP

Since Jul 30Pushed 10y ago2 watchersCompare

[ Source](https://github.com/ixis/codeception-module-http-auth)[ Packagist](https://packagist.org/packages/ixis/codeception-module-http-auth)[ RSS](/packages/ixis-codeception-module-http-auth/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

Http Auth - Codeception module
==============================

[](#http-auth---codeception-module)

A Codeception module for passing HTTP authentication
----------------------------------------------------

[](#a-codeception-module-for-passing-http-authentication)

[![Build Status](https://camo.githubusercontent.com/4e10f31e5166cb5310525e697b855c2803cd3cd5e24b85209391b6d2f2d104c0/68747470733a2f2f7472617669732d63692e6f72672f697869732f636f646563657074696f6e2d6d6f64756c652d687474702d617574682e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/ixis/codeception-module-http-auth)

This simple Codeception module allows PhpBrowser to automatically pass HTTP authentication based on configuration.

Install with Composer and Packagist
-----------------------------------

[](#install-with-composer-and-packagist)

```
{
    "require": {
        "codeception/codeception": "1.8.*",
        "ixis/codeception-module-http-auth": "dev-master"
    }
}

```

Example suite configuration
---------------------------

[](#example-suite-configuration)

```
modules:
    enabled:
        - PhpBrowser
        - HttpAuth
    config:
        PhpBrowser:
            url: 'http://example.com/protected/'
        HttpAuth:
            username: user
            password: password

```

Codeception 2
-------------

[](#codeception-2)

This module isn't useful for Codeception 2.x, as HTTP authentication can be configured in PhpBrowser directly:

```
modules:
    enabled:
        - PhpBrowser
    config:
        PhpBrowser:
            url: 'http://example.com/protected/'
            auth: ['testuser', 'testpassword']

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity11

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/216767?v=4)[Paul Byrne](/maintainers/pfaocle)[@pfaocle](https://github.com/pfaocle)

![](https://www.gravatar.com/avatar/79d2dd7d81f5d08fdbcc0ca820065de4d51933cdf50e941e9f5faa130d5c3f44?d=identicon)[andyr](/maintainers/andyr)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/ixis-codeception-module-http-auth/health.svg)

```
[![Health](https://phpackages.com/badges/ixis-codeception-module-http-auth/health.svg)](https://phpackages.com/packages/ixis-codeception-module-http-auth)
```

###  Alternatives

[php-http/cache-plugin

PSR-6 Cache plugin for HTTPlug

25126.1M82](/packages/php-http-cache-plugin)[illuminate/http

The Illuminate Http package.

11937.9M6.9k](/packages/illuminate-http)[rdkafka/rdkafka

A PHP extension for Kafka

2.2k24.3k1](/packages/rdkafka-rdkafka)[httpsoft/http-message

Strict and fast implementation of PSR-7 and PSR-17

87965.9k114](/packages/httpsoft-http-message)[mezzio/mezzio-router

Router subcomponent for Mezzio

265.4M92](/packages/mezzio-mezzio-router)[serpapi/google-search-results-php

Get Google, Bing, Baidu, Ebay, Yahoo, Yandex, Home depot, Naver, Apple, Duckduckgo, Youtube search results via SerpApi.com

69127.2k](/packages/serpapi-google-search-results-php)

PHPackages © 2026

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