2017 © Pedro Peláez
 

library favicon-finder

image

nexuslinkservices/favicon-finder

  • Friday, March 24, 2017
  • by nexuslinkservices
  • Repository
  • 1 Watchers
  • 0 Stars
  • 6 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Favicon Finder

Check if website have favicon icon exist or not, (*1)

Latest Version Software License Scrutinizer Code Quality Build Status, (*2)

Installation

If you use composer, you can add this package by running, (*3)

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., (*4)

The Versions

24/03 2017

dev-master

9999999-dev

  Sources   Download

MIT

The Requires

  • php >=5.6.2

 

The Development Requires

by Nexuslink Services

08/10 2016

v1.0.0

1.0.0.0

  Sources   Download

MIT

The Requires

  • php >=5.6.2

 

The Development Requires

by Nexuslink Services