PHPackages                             gustavomorais/scannerurls - 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. [PDF &amp; Document Generation](/categories/documents)
4. /
5. gustavomorais/scannerurls

ActiveLibrary[PDF &amp; Document Generation](/categories/documents)

gustavomorais/scannerurls
=========================

Scan URLs from CSV file and report inaccessible URLs

1.0.0(4y ago)05MITPHP

Since Jul 25Pushed 4y ago1 watchersCompare

[ Source](https://github.com/GustavoViniciusdeMorais/UrlScannerComponent)[ Packagist](https://packagist.org/packages/gustavomorais/scannerurls)[ Docs](https://github.com/gustavoviniciusdemorais)[ RSS](/packages/gustavomorais-scannerurls/feed)WikiDiscussions master Synced 6d ago

READMEChangelog (1)Dependencies (2)Versions (2)Used By (0)

Gustavo Morais URL's Scanner
============================

[](#gustavo-morais-urls-scanner)

This component validates if an url is responding correctly

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

[](#installation)

```
composer require gustavomorais/scannerurls
```

Usage 1
-------

[](#usage-1)

```
use Gustavo\Morais\Url\Scanner;

$urls = [
    "https://jsonplaceholder.typicode.com/posts",
    "http://localhost:8000/api/posts",
    "https://jsonplaceholder.typicode.com/todos"
];
$scanner = new Scanner($urls);
print_r(json_encode($scanner->validateUrls()));
```

Usage 2
-------

[](#usage-2)

```
require 'vendor/autoload.php';

$urls = [
    "https://jsonplaceholder.typicode.com/posts",
    "http://localhost:8000/api/posts",
    "https://jsonplaceholder.typicode.com/todos"
];
$scanner = new Gustavo\Morais\Url\Scanner($urls);
print_r(json_encode($scanner->validateUrls()));
```

License
-------

[](#license)

[MIT](https://choosealicense.com/licenses/mit/)

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity51

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

1756d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/6d9efb0d6da62e181480f87df74a98ce2f3a534d20119becdff94c889de8273d?d=identicon)[GustavoViniciusdeMorais](/maintainers/GustavoViniciusdeMorais)

---

Top Contributors

[![GustavoViniciusdeMorais](https://avatars.githubusercontent.com/u/17774026?v=4)](https://github.com/GustavoViniciusdeMorais "GustavoViniciusdeMorais (3 commits)")

---

Tags

urlcsvscanner

### Embed Badge

![Health badge](/badges/gustavomorais-scannerurls/health.svg)

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

PHPackages © 2026

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