2017 © Pedro Peláez
 

library copyrighter

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

image

soupbowlweb/copyrighter

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

  • Friday, January 1, 2016
  • by SoupBowlWeb
  • Repository
  • 1 Watchers
  • 0 Stars
  • 201 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 2 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Copyrighter

Copyrighter displays the copyright symbol and the current year on your PHP website., (*1)

Usage

You can use Copyrighter in your PHPs..., (*2)


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., (*3)


<footer> <p><?php Copyrighter::show(); ?> Vandelay Industries.</p> </footer>

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., (*4)

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


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

Note: Currently the only supported GeoLocator is FreeGeoIP, (*6)

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


<footer> <p><?php Copyrighter::show([ 'geo-locator' => 'FreeGeoIP' ]); ?> Vandelay Industries.</p> </footer>

The Versions

01/01 2016

dev-master

9999999-dev

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

  Sources   Download

MIT

The Development Requires

by Dan Soppelsa

copyright year display

01/01 2016

1.0.2

1.0.2.0

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

  Sources   Download

MIT

The Development Requires

by Dan Soppelsa

copyright year display

12/08 2015

1.0

1.0.0.0

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

  Sources   Download

MIT

The Development Requires

by Dan Soppelsa

copyright year display