wangxiaodao / favicon

PHP library for discovering favicons

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A library to determine a site's favicon

Requirements

Usage

<?php

include 'favicon.php';

$favicon = new Favicon();

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

?>

About

PHP library for discovering favicons

License:Other


Languages

Language:PHP 100.0%