PHPackages                             coldtrick/profile\_cover - 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. coldtrick/profile\_cover

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

coldtrick/profile\_cover
========================

Add a cover image to you profile page

v5.0.1(3y ago)11.5k1GPL-2.0-onlyPHP

Since Nov 10Pushed 3y ago2 watchersCompare

[ Source](https://github.com/ColdTrick/profile_cover)[ Packagist](https://packagist.org/packages/coldtrick/profile_cover)[ Docs](https://www.coldtrick.com)[ Fund](https://www.paypal.me/ColdTrick)[ GitHub Sponsors](https://github.com/ColdTrick)[ RSS](/packages/coldtrick-profile-cover/feed)WikiDiscussions master Synced 2w ago

READMEChangelog (10)Dependencies (2)Versions (12)Used By (0)

Profile cover
=============

[](#profile-cover)

[![Elgg 4.1](https://camo.githubusercontent.com/b1d01246e0107a41c37e5a81857f07c8eef37b85e910c4ff09f8bad002634eb5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d342e302d677265656e2e737667)](https://camo.githubusercontent.com/b1d01246e0107a41c37e5a81857f07c8eef37b85e910c4ff09f8bad002634eb5/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f456c67672d342e302d677265656e2e737667)[![Build Status](https://camo.githubusercontent.com/d38cde5ba5609e4258531929ecc18063181254b32e88356f4a3bbef59fef9493/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6c64547269636b2f70726f66696c655f636f7665722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ColdTrick/profile_cover/build-status/master)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/c6a1914b27d37df59c0a1ed3ed4dfae74e1bf43603867540aa4c28af35166756/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f436f6c64547269636b2f70726f66696c655f636f7665722f6261646765732f7175616c6974792d73636f72652e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/ColdTrick/profile_cover/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/c8c5ebb168ecefa1eeac809a9a0f0439c8966ad741ddda30875150a7c3c8f42a/68747470733a2f2f706f7365722e707567782e6f72672f636f6c64747269636b2f70726f66696c655f636f7665722f762f737461626c652e737667)](https://packagist.org/packages/coldtrick/profile_cover)[![License](https://camo.githubusercontent.com/c3fd0aadd88119654e64a55afb8a15d3cc0e80a454531ee79fb36334e62f755d/68747470733a2f2f706f7365722e707567782e6f72672f636f6c64747269636b2f70726f66696c655f636f7665722f6c6963656e73652e737667)](https://packagist.org/packages/coldtrick/profile_cover)

Add a cover image to you profile page

The width and height can be set in the plugin settings (default: 1600px x 300px)

Note
----

[](#note)

This plugin doesn't provide a means to show the actual profile cover image. It offers the option to upload/remove the image.

To display the image user:

```
$user = elgg_get_logged_in_user_entity();
if ($user->hasIcon('cover', 'profile_cover')) {
	$cover_image_url = $user->getIconURL([
		'type' => 'profile_cover',
		'size' => 'cover',
	]);

	// do something with $cover_image_url
}
```

###  Health Score

33

—

LowBetter than 72% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity70

Established project with proven stability

 Bus Factor1

Top contributor holds 90.7% 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 ~189 days

Recently: every ~240 days

Total

10

Last Release

1449d ago

Major Versions

v1.0 → v2.02019-03-27

v2.0.2 → v3.02019-08-22

v1.1 → v3.12020-05-26

v3.1 → v4.02021-09-27

v4.0 → v5.02022-02-16

### Community

Maintainers

![](https://www.gravatar.com/avatar/a4ac1d6abe137b2a78bd0527b3c1f085be51c6a8f70e2fd81fcd7fac3d8d59bf?d=identicon)[jeabakker](/maintainers/jeabakker)

---

Top Contributors

[![jeabakker](https://avatars.githubusercontent.com/u/881958?v=4)](https://github.com/jeabakker "jeabakker (39 commits)")[![jdalsem](https://avatars.githubusercontent.com/u/861833?v=4)](https://github.com/jdalsem "jdalsem (4 commits)")

---

Tags

pluginelgg

### Embed Badge

![Health badge](/badges/coldtrick-profile-cover/health.svg)

```
[![Health](https://phpackages.com/badges/coldtrick-profile-cover/health.svg)](https://phpackages.com/packages/coldtrick-profile-cover)
```

###  Alternatives

[helsingborg-stad/municipio

A bootstrap theme for creating municipality sites.

4028.3k10](/packages/helsingborg-stad-municipio)

PHPackages © 2026

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