PHPackages                             soupbowlweb/copyrighter - 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. soupbowlweb/copyrighter

ActiveLibrary

soupbowlweb/copyrighter
=======================

Copyrighter displays the copyright symbol and the current year on your PHP website.

1.0.2(10y ago)02232MITPHP

Since Aug 12Pushed 10y ago1 watchersCompare

[ Source](https://github.com/dansoppelsa/Copyrighter)[ Packagist](https://packagist.org/packages/soupbowlweb/copyrighter)[ RSS](/packages/soupbowlweb-copyrighter/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (3)Dependencies (1)Versions (3)Used By (0)

Copyrighter
===========

[](#copyrighter)

**Copyrighter** displays the copyright symbol and the current year on your PHP website.

Usage
-----

[](#usage)

You can use **Copyrighter** in your PHPs...

```
use Copyrighter\CopyrighterFactory;

$copyrighter = CopyrighterFactory::create();
$copyright = $copyrighter->getCopyright();

// $copyright variable now contains the goods. Go nuts.
```

...or you can use **Copyrighter** directly in your HTML templates. Saves time and money.

```

     Vandelay Industries.

```

Geo Aware Year
--------------

[](#geo-aware-year)

**Copyrighter** features the ability to serve clients a Geo Aware year portion of the returned **Copyrighter** value. Users will be served the current year for **their timezone**, not the current year of the server.

To enable Geo Aware mode, simply pass a configuration array to the CopyrighterFactory create() method:

```
use \Copyrighter\CopyrighterFactory;

$copyrighter = CopyrighterFactory::create([ 'geo-locator' => 'FreeGeoIP' ]);
echo $copyrighter->getCopyright();
```

*Note: Currently the only supported GeoLocator is FreeGeoIP*

The configuration array can also be passed to the Copyrighter::show() method:

```

     'FreeGeoIP' ]); ?> Vandelay Industries.

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity64

Established project with proven stability

 Bus Factor1

Top contributor holds 88.2% 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 ~141 days

Total

2

Last Release

3791d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/561cfed8e580dbc91736d84b49fb65d868adba5a82929e5b6e16f5abe8bfea58?d=identicon)[SoupBowlWeb](/maintainers/SoupBowlWeb)

---

Top Contributors

[![dansoppelsa](https://avatars.githubusercontent.com/u/933435?v=4)](https://github.com/dansoppelsa "dansoppelsa (15 commits)")[![colindecarlo](https://avatars.githubusercontent.com/u/682860?v=4)](https://github.com/colindecarlo "colindecarlo (1 commits)")[![grantlovell](https://avatars.githubusercontent.com/u/83667?v=4)](https://github.com/grantlovell "grantlovell (1 commits)")

---

Tags

displayYearcopyright

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/soupbowlweb-copyrighter/health.svg)

```
[![Health](https://phpackages.com/badges/soupbowlweb-copyrighter/health.svg)](https://phpackages.com/packages/soupbowlweb-copyrighter)
```

###  Alternatives

[fightbulc/moment

Parse, validate, manipulate, and display dates in PHP w/ i18n support. Inspired by moment.js

9693.2M10](/packages/fightbulc-moment)[brick/date-time

Date and time library

3623.3M61](/packages/brick-date-time)[unclecheese/display-logic

Allows assignment of conditions for display and hide of specific form fields based on client side behavior.

771.0M101](/packages/unclecheese-display-logic)[cybercog/laravel-ownership

Laravel Ownership simplify management of Eloquent model's owner.

9126.6k3](/packages/cybercog-laravel-ownership)[busayo/laravel-yearly

Provides helper function to get the current year and a range of years

114.1k](/packages/busayo-laravel-yearly)[unicodeveloper/laravel-email-validator

Provides a Facade to help validate and verify email addresses

2332.5k](/packages/unicodeveloper-laravel-email-validator)

PHPackages © 2026

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