PHPackages                             seothemes/rgba-customizer-control - 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. seothemes/rgba-customizer-control

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

seothemes/rgba-customizer-control
=================================

Drop-in replacement for the stock WP color picker control.

010JavaScript

Since Jul 12Pushed 7y agoCompare

[ Source](https://github.com/seothemes/rgba-customizer-control)[ Packagist](https://packagist.org/packages/seothemes/rgba-customizer-control)[ RSS](/packages/seothemes-rgba-customizer-control/feed)WikiDiscussions master Synced today

READMEChangelogDependenciesVersions (1)Used By (0)

This is a fork of  which has been converted into a composer package.

Installation
------------

[](#installation)

```
composer require seothemes/rgba-customizer-control
```

Setup
-----

[](#setup)

RGBA Customizer Control uses PSR-4 autoloading.

To use in your theme or plugin, use the following namespace:

```
use SEOThemes\RgbaCustomizerControl\RgbaCustomizerControl;
```

Once the namespace has been imported you can simply call the class:

```
new RgbaCustomizerControl;
```

Example:

```
$wp_customize->add_control(
	new RgbaCustomizerControl (
		$wp_customize,
		$setting,
		array(
			'section'      => 'colors',
			'label'        => $label,
			'settings'     => $setting,
			'show_opacity' => true,
			'palette'      => true,
		)
	)
);
```

###  Health Score

20

—

LowBetter than 14% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity5

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity40

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 85.3% 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/55b9ce7d3453d6c0c149cd77f4441a19bf692d968bf58b7f3dbc3cf9450c2051?d=identicon)[seothemes](/maintainers/seothemes)

---

Top Contributors

[![BraadMartin](https://avatars.githubusercontent.com/u/7003247?v=4)](https://github.com/BraadMartin "BraadMartin (29 commits)")[![seothemes](https://avatars.githubusercontent.com/u/24793388?v=4)](https://github.com/seothemes "seothemes (5 commits)")

### Embed Badge

![Health badge](/badges/seothemes-rgba-customizer-control/health.svg)

```
[![Health](https://phpackages.com/badges/seothemes-rgba-customizer-control/health.svg)](https://phpackages.com/packages/seothemes-rgba-customizer-control)
```

PHPackages © 2026

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