Skip to content

galiteintechnologies/favicon-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Favicon Finder

Check if website have favicon icon exist or not

Latest Version Software License Scrutinizer Code Quality Build Status

Installation

If you use composer, you can add this package by running

composer require galiteintechnologies/favicon-finder

Usage

<?php

use FaviconFinder\IconFinder;

$iconFinder = new IconFinder();

$isFaviconAvailable = $iconFinder->isFaviconAvailable("http://packagist.com/");
if($isFaviconAvailable)
{
    echo "Favicon Icon exist";
} else {
    echo "Favicon Icon Does not exist";
}

Output

Favicon Icon exist

CONTRIBUTING:

Pull requests are always welcome.

About

Check if website have favicon icon exist or not

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages