Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 273 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 273 Bytes

A library to determine a site's favicon

Requirements

Usage

<?php

include 'favicon.php';

$favicon = new Favicon();

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

?>