/favicon

PHP library for discovering favicons

Primary LanguagePHPOtherNOASSERTION

A library to determine a site's favicon

Requirements

Usage

<?php

include 'favicon.php';

$favicon = new Favicon();

echo $favicon->get('http://shiflett.org/');

?>