dev-master
9999999-dev
MIT
The Requires
- php >=5.6.2
The Development Requires
by Nexuslink Services
v1.0.0
1.0.0.0
MIT
The Requires
- php >=5.6.2
The Development Requires
by Nexuslink Services
Wallogit.com
2017 © Pedro Peláez
Check if website have favicon icon exist or not, (*1)
If you use composer, you can add this package by running, (*3)
composer require galiteintechnologies/favicon-finder
<?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";
}
Favicon Icon exist
Pull requests are always welcome., (*4)
MIT
MIT