peakdistrictseo / developer-footer-link
A simple footer credit link package for PHP websites.
Package info
github.com/peakdistrictseo/developer-footer-link
pkg:composer/peakdistrictseo/developer-footer-link
dev-main
2026-06-05 16:52 UTC
Requires
- php: >=8.1
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