PHPackages                             briteweb/wp-cron-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. [Utility &amp; Helpers](/categories/utility)
4. /
5. briteweb/wp-cron-auth

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

briteweb/wp-cron-auth
=====================

Enable CRON behind basic auth.

0.1.1(5y ago)11.4k1[1 PRs](https://github.com/Briteweb/wp-cron-auth/pulls)MITPHP

Since Mar 24Pushed 2y ago2 watchersCompare

[ Source](https://github.com/Briteweb/wp-cron-auth)[ Packagist](https://packagist.org/packages/briteweb/wp-cron-auth)[ RSS](/packages/briteweb-wp-cron-auth/feed)WikiDiscussions main Synced 3w ago

READMEChangelogDependenciesVersions (3)Used By (0)

Constants
---------

[](#constants)

The plugin requires the following constants to be defined

- `WP_CRON_HTTP_BASIC_USERNAME`
- `WP_CRON_HTTP_BASIC_PASSWORD`

Bedrock
-------

[](#bedrock)

If you're using bedrock, add this block to `config/application.php` to define the constants.

```
/**
 * WP CRON basic authentication
 */
Config::define('WP_CRON_HTTP_BASIC_USERNAME', env('WP_CRON_HTTP_BASIC_USERNAME'));
Config::define('WP_CRON_HTTP_BASIC_PASSWORD', env('WP_CRON_HTTP_BASIC_PASSWORD'));

```

And the following lines to `.env` and `.env.example`

```
WP_CRON_HTTP_BASIC_USERNAME=
WP_CRON_HTTP_BASIC_PASSWORD=

```

###  Health Score

25

—

LowBetter than 35% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

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 ~0 days

Total

2

Last Release

1927d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/6786695?v=4)[Briteweb](/maintainers/briteweb)[@Briteweb](https://github.com/Briteweb)

---

Top Contributors

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

### Embed Badge

![Health badge](/badges/briteweb-wp-cron-auth/health.svg)

```
[![Health](https://phpackages.com/badges/briteweb-wp-cron-auth/health.svg)](https://phpackages.com/packages/briteweb-wp-cron-auth)
```

PHPackages © 2026

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