PHPackages                             seothemes/core-utilities - 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/core-utilities

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

seothemes/core-utilities
========================

A set of helper functions for use in Genesis child themes.

0.1.0(7y ago)0151GPL-2.0-or-laterPHP

Since Aug 1Pushed 7y agoCompare

[ Source](https://github.com/seothemes/core-utilities)[ Packagist](https://packagist.org/packages/seothemes/core-utilities)[ RSS](/packages/seothemes-core-utilities/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (1)

Utilities
=========

[](#utilities)

A set of helper functions for use in Genesis child themes.

Minify CSS
----------

[](#minify-css)

```
use SEOThemes\Core\Utilities\MinifyCSS;

$css = '
    body {
        color: red;
    }
';

MinifyCSS::minify( $css );
```

Outputs:

```
body{color:red}
```

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community13

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor2

2 contributors hold 50%+ of commits

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

Unknown

Total

1

Last Release

2841d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/55b9ce7d3453d6c0c149cd77f4441a19bf692d968bf58b7f3dbc3cf9450c2051?d=identicon)[seothemes](/maintainers/seothemes)

---

Top Contributors

[![GaryJones](https://avatars.githubusercontent.com/u/88371?v=4)](https://github.com/GaryJones "GaryJones (5 commits)")[![caiosm1005](https://avatars.githubusercontent.com/u/4460538?v=4)](https://github.com/caiosm1005 "caiosm1005 (3 commits)")[![skeetergraphics](https://avatars.githubusercontent.com/u/488483?v=4)](https://github.com/skeetergraphics "skeetergraphics (2 commits)")[![seothemes](https://avatars.githubusercontent.com/u/24793388?v=4)](https://github.com/seothemes "seothemes (1 commits)")

### Embed Badge

![Health badge](/badges/seothemes-core-utilities/health.svg)

```
[![Health](https://phpackages.com/badges/seothemes-core-utilities/health.svg)](https://phpackages.com/packages/seothemes-core-utilities)
```

PHPackages © 2026

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