PHPackages                             aeyoll/carbon-fields-yoast - 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. aeyoll/carbon-fields-yoast

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

aeyoll/carbon-fields-yoast
==========================

Helper library that allows developers to choose which fields from Carbon Fields to include in the Yoast readability score meter

2.0.2(2y ago)051GPL-2.0-onlyJavaScript

Since Dec 29Pushed 2y agoCompare

[ Source](https://github.com/aeyoll/carbon-fields-yoast)[ Packagist](https://packagist.org/packages/aeyoll/carbon-fields-yoast)[ RSS](/packages/aeyoll-carbon-fields-yoast/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependenciesVersions (4)Used By (0)

Carbon Fields Yoast
===================

[](#carbon-fields-yoast)

**Carbon Fields Yoast** is an addon to Carbon Fields that allows developers to choose which fields from Carbon Fields to include in the Yoast readability score meter.

How to use?
-----------

[](#how-to-use)

Install via composer, in your theme repository:

```
composer require aeyoll/carbon-fields-yoast
```

In `functions.php`, add the following:

```
add_action( 'after_setup_theme', 'crb_initialize_carbon_yoast' );
function crb_initialize_carbon_yoast() {
	include_once __DIR__ . '/vendor/autoload.php';

	new \Carbon_Fields_Yoast\Carbon_Fields_Yoast;
}
```

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity44

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 52.6% 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 ~12 days

Total

3

Last Release

837d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2d12416c5c56b3b1a28167538f4c041b36285f5c343526b30e030d47e3f0c5df?d=identicon)[aeyoll](/maintainers/aeyoll)

---

Top Contributors

[![aeyoll](https://avatars.githubusercontent.com/u/1472285?v=4)](https://github.com/aeyoll "aeyoll (10 commits)")[![jorostoyanov](https://avatars.githubusercontent.com/u/6777091?v=4)](https://github.com/jorostoyanov "jorostoyanov (8 commits)")[![htmlburger-git](https://avatars.githubusercontent.com/u/1150772?v=4)](https://github.com/htmlburger-git "htmlburger-git (1 commits)")

### Embed Badge

![Health badge](/badges/aeyoll-carbon-fields-yoast/health.svg)

```
[![Health](https://phpackages.com/badges/aeyoll-carbon-fields-yoast/health.svg)](https://phpackages.com/packages/aeyoll-carbon-fields-yoast)
```

PHPackages © 2026

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