favicon-fetcher

A Laravel package for fetching favicons from websites.

MIT License

Downloads
100.8K
Stars
167
Committers
3

Bot releases are hidden (Show)

favicon-fetcher - v3.6.0 Latest Release

Published by ash-jc-allen 3 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v3.5.0...v3.6.0

favicon-fetcher - v3.5.0

Published by ash-jc-allen 4 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v3.4.1...v3.5.0

favicon-fetcher - v3.4.1

Published by ash-jc-allen 6 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v3.4.0...v3.4.1

favicon-fetcher - v3.4.0

Published by ash-jc-allen 7 months ago

What's Changed

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v3.3.0...v3.4.0

favicon-fetcher - v3.3.0

Published by ash-jc-allen 7 months ago

favicon-fetcher - v3.2.0

Published by ash-jc-allen 9 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v3.1.0...v3.2.0

favicon-fetcher - v3.1.0

Published by ash-jc-allen 12 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v3.0.0...v3.1.0

favicon-fetcher - v3.0.0

Published by ash-jc-allen about 1 year ago

Added

  • Added connect_timeout and timeout config fields. (#67)
  • Use symfony/dom-crawler in the HttpDriver to parse the HTML. (#56)

Updated

  • Updated all files to use strict types for improved type safety. (#62)
  • Throw package-specific exceptions instead of vendor exceptions. (#67)

Fixed

  • Fixed a bug that prevented an exception from being thrown when using fetchAll if no favicons were found when using the throw method. (#56)
  • Fixed a bug that prevented the fetchAll method from trying to guess the default icon if no favicons were found. (#56)
  • Fixed a bug that stripped the port from the base URL. Thanks for the fix, @mhoffmann777! (#50)

Removed

  • Dropped support for PHP 8.0. (#59)
  • Dropped support for Laravel 8. (#59)
  • Dropped support for PHPUnit 8.* and Larastan 1.*. (#59)

New Contributors

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v2.0.0...v3.0.0

favicon-fetcher - v2.0.0

Published by ash-jc-allen over 1 year ago

What's Changed

  • Added driver for the Favicon Grabber API. (#24)
  • Added fetchAll and fetchAllOr implementations to the HttpDriver for fetching all the icons for a URL. (#29, #31)
  • Added fetchAll and fetchAllOr methods to the AshAllenDesign\FaviconFetcher\Contracts\Fetcher interface. (#29)
  • Added support to get a favicons size and type. (#29, #31)
  • Changed visibility of the buildCacheKey method in the BuildsCacheKey trait from protected to public. (#31)
  • Changed the values that are used when caching a favicon. (#31)
  • Removed the makeFromCache method from the Favicon class. (#31)

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v1.3.0...v2.0.0

favicon-fetcher - v1.3.0

Published by ash-jc-allen almost 2 years ago

favicon-fetcher - v1.2.1

Published by ash-jc-allen almost 2 years ago

What's Changed

New Contributors

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v1.2.0...v1.2.1

favicon-fetcher - v1.2.0

Published by ash-jc-allen about 2 years ago

favicon-fetcher - v1.1.3

Published by ash-jc-allen about 2 years ago

What's Changed

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v1.1.2...v1.1.3

favicon-fetcher - v1.1.2

Published by ash-jc-allen about 2 years ago

What's Changed

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v1.1.1...v1.1.2

favicon-fetcher - v1.1.1

Published by ash-jc-allen over 2 years ago

What's Changed

  • Fixed bug that was returning the incorrect favicon URL in the HttpDriver if multiple <link> elements existed on the same line in the webpage's HTML. (#13)

Full Changelog: https://github.com/ash-jc-allen/favicon-fetcher/compare/v1.1.0...v1.1.1

favicon-fetcher - v1.1.0

Published by ash-jc-allen over 2 years ago

favicon-fetcher - v1.0.0

Published by ash-jc-allen over 2 years ago

Initial release! 🎉