nexuslinkservices/favicon-finder
Composer 安装命令:
composer require nexuslinkservices/favicon-finder
包简介
README 文档
README
Check if website have favicon icon exist or not
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.
统计信息
- 总下载量: 16
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2016-10-08