lantern-lighthouse / favfet
Favicon fetching and utilities
1.1.3
2026-01-27 21:14 UTC
Requires
- php: >=8.1
Requires (Dev)
- phpunit/phpunit: ^10.0
This package is auto-updated.
Last update: 2026-03-27 21:41:15 UTC
README
A lightweight PHP library for handling favicons.
Installation
composer require lantern-lighthouse/favfet
Usage
Favicon Fetching
use FavFet\FavFet; // Get favicon as Base64 string $encodedImage = FavFet::getFaviconAsBase64("https://github.com/Lantern-Lighthouse/");
Requirements
- PHP 8.1 or higher
License
GPL-3.0 License