Download the PHP package vincepare/favicon-downloader without Composer
On this page you can find all versions of the php package vincepare/favicon-downloader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Please rate this library. Is it a good library?
Informations about the package favicon-downloader
FaviconDownloader
FaviconDownloader can find favicon URL (and download it) from a web page URL. This PHP class handles multiple favicons flavors, including some edge cases like relative URL or embed favicons :
- Absolute URL :
<link rel="shortcut icon" href="http://www.domain.com/images/fav.ico" />
- Absolute URL with relative scheme :
<link rel="shortcut icon" href="//www.domain.com/images/fav.ico" />
- Absolute path :
<link rel="shortcut icon" href="/images/fav.ico" />
- Relative URL :
<link rel="shortcut icon" href="../images/fav.ico" />
- Embed base64-encoded favicon :
<link rel="icon" type="image/x-icon" href="data:image/x-icon;base64,AAABAAEAE ... /wAA//8AAA==" />
Install
The easiest way to install FaviconDownloader is to use Composer from the command line :
Otherwise, just download FaviconDownloader.php and require it manually. Tested on PHP 5.3, 5.4, 5.5 & 5.6.
Example
All versions of favicon-downloader with dependencies
PHP Build Version
Package Version
Requires
php Version
>=5.3.0
The package vincepare/favicon-downloader contains the following files
Loading the files please wait ....