peakdistrictseo/developer-footer-link

A simple footer credit link package for PHP websites.

Maintainers

Package info

github.com/peakdistrictseo/developer-footer-link

pkg:composer/peakdistrictseo/developer-footer-link

Transparency log

Statistics

Installs: 0

Dependents: 0

Suggesters: 0

Stars: 0

Open Issues: 0

dev-main 2026-06-05 16:52 UTC

This package is auto-updated.

Last update: 2026-07-05 17:11:12 UTC


README

A simple PHP package for adding a developer credit link to a website footer.

Installation

composer require peakdistrictseo/developer-footer-link

Usage

require_once __DIR__ . '/vendor/autoload.php';

use PeakDistrictSEO\DeveloperFooterLink\FooterLink;

echo FooterLink::render('https://peakdistrictseo.co.uk', 'Website by');

## Licence

MIT