PHP-Grab-Favicon icon indicating copy to clipboard operation
PHP-Grab-Favicon copied to clipboard

🖼 Saves the favicon of the given URL and returns the image path.

Results 8 PHP-Grab-Favicon issues
Sort by recently updated
recently updated
newest added

Domain: https://www.ionos.de Put the Domain in TestArray ... ``` $testURLs = array( 'https://aws.amazon.com', 'https://www.ionos.de', 'https://www.commerzbank.de', 'https://www.apple.com', ); ``` Start with: `php get-fav.php --user-agent="Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML,...

help wanted

**Status:** **June 23rd 2023** Haven't been able to do much work this week due to some unexpected household emergencies, should be back at it next week. `202306161401` - Added a...

enhancement

The original design of `get-fav.php` seems to have been to be used on a web server. The command line switches aren't very useful in this mode so I'm designing a...

enhancement
help wanted

Is there a reason why i receive 504 gateway timeout error whenever i tried to fetch 50 favicon icons? _Originally posted by @raitman005 in https://github.com/gaffling/PHP-Grab-Favicon/issues/2#issuecomment-579600039_

good first issue
question

Split the download dir into several sub-dirs (MD5 segment of filename e.g. /af/cd/example.com.png) if there are a lot of favicons. @gaffling How did you want this to work? My general...

enhancement

There is a problem if one of the "need to review the security of your connection" checks comes up when get-fav is attempting to find icons. Unfortunately, I don't think...

enhancement

There is a bug (my fault) where the curl timeout isn't being set properly, this will cause it to hang instead of timing out. I have fixed it locally but...

enhancement