PHPackages                             luminarix/iconscoop - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. luminarix/iconscoop

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

luminarix/iconscoop
===================

IconScoop - find your favicons

v0.0.3(1y ago)02.7k↑54.8%[4 PRs](https://github.com/luminarix/iconscoop/pulls)MITPHPPHP ^8.4CI passing

Since Apr 17Pushed 2mo ago1 watchersCompare

[ Source](https://github.com/luminarix/iconscoop)[ Packagist](https://packagist.org/packages/luminarix/iconscoop)[ Docs](https://github.com/luminarix/iconscoop)[ GitHub Sponsors](https://github.com/luminarix)[ RSS](/packages/luminarix-iconscoop/feed)WikiDiscussions main Synced 3d ago

READMEChangelog (3)Dependencies (12)Versions (8)Used By (0)

IconScoop - find your favicons
==============================

[](#iconscoop---find-your-favicons)

[![Latest Version on Packagist](https://camo.githubusercontent.com/169037b79a3074724c4857cfd76bc485c07c85d8a368187b0c6dec36c229f656/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6c756d696e617269782f69636f6e73636f6f702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/luminarix/iconscoop)[![GitHub Tests Action Status](https://camo.githubusercontent.com/9fc7f4c811ca3e49b1508761ed60cbc87025389ec5800c6932f35780b9f2b70e/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c756d696e617269782f69636f6e73636f6f702f72756e2d74657374732e796d6c3f6272616e63683d6d61696e266c6162656c3d7465737473267374796c653d666c61742d737175617265)](https://github.com/luminarix/iconscoop/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/6a57ce00c0619a6d37f14509fac6828ab0682cd4abb0484cdb443aaa39d1e0ed/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f616374696f6e732f776f726b666c6f772f7374617475732f6c756d696e617269782f69636f6e73636f6f702f6669782d7068702d636f64652d7374796c652d6973737565732e796d6c3f6272616e63683d6d61696e266c6162656c3d636f64652532307374796c65267374796c653d666c61742d737175617265)](https://github.com/luminarix/iconscoop/actions?query=workflow%3A%22Fix+PHP+code+style+issues%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/300744788e574b79221c9370822832d3167d912e2070e1c894f6f646d79ec01e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6c756d696e617269782f69636f6e73636f6f702e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/luminarix/iconscoop)

IconScoop helps you retrieve the favicon for any website by parsing HTML tags, inspecting web app manifests, or falling back to the `/favicon.ico` path. It even supports Google’s favicon service for protected domains. The service returns a `Favicon` object containing the icon URL (accessible via `__toString()`), the content location, and the HTTP status code. You can use the provided Laravel facade or instantiate the service directly.

Installation
------------

[](#installation)

You can install the package via composer:

```
composer require luminarix/iconscoop
```

You can publish the config file with:

```
php artisan vendor:publish --tag="iconscoop-config"
```

You can publish the assets with:

```
php artisan vendor:publish --tag="iconscoop-assets"
```

Usage
-----

[](#usage)

```
use Luminarix\IconScoop\Facades\IconScoop;

// Fetch the favicon
$favicon = IconScoop::find('https://x.com');

echo $favicon->imageUrl;    // e.g. 'https://www.facebook.com/favicon.ico'
echo $favicon->statusCode;  // e.g. 200
echo $favicon;              // string cast outputs the icon URL
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Credits
-------

[](#credits)

- [Luminarix Labs](https://github.com/luminarix)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

40

—

FairBetter than 86% of packages

Maintenance67

Regular maintenance activity

Popularity21

Limited adoption so far

Community10

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 60% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~3 days

Total

3

Last Release

438d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/cb808569841214f1b6b59dca08b367015cdfbcf9826397f20db1efd3439e71bd?d=identicon)[xHeaven](/maintainers/xHeaven)

---

Top Contributors

[![xHeaven](https://avatars.githubusercontent.com/u/14284867?v=4)](https://github.com/xHeaven "xHeaven (9 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (3 commits)")[![github-actions[bot]](https://avatars.githubusercontent.com/in/15368?v=4)](https://github.com/github-actions[bot] "github-actions[bot] (3 commits)")

---

Tags

laravelLuminarix Labsiconscoop

###  Code Quality

TestsPest

Static AnalysisPHPStan

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/luminarix-iconscoop/health.svg)

```
[![Health](https://phpackages.com/badges/luminarix-iconscoop/health.svg)](https://phpackages.com/packages/luminarix-iconscoop)
```

###  Alternatives

[spatie/laravel-pdf

Create PDFs in Laravel apps

1.0k4.8M47](/packages/spatie-laravel-pdf)[codewithdennis/filament-select-tree

The multi-level select field enables you to make single selections from a predefined list of options that are organized into multiple levels or depths.

329530.5k29](/packages/codewithdennis-filament-select-tree)[rawilk/profile-filament-plugin

Profile &amp; MFA starter kit for filament.

3914.6k](/packages/rawilk-profile-filament-plugin)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

124603.0k](/packages/worksome-exchange)[tarfin-labs/event-machine

Event-driven state machines for Laravel with event sourcing, type-safe context, and full audit trail.

199.4k](/packages/tarfin-labs-event-machine)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
