PHPackages                             muetze42/external-url-validator - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. muetze42/external-url-validator

AbandonedArchivedLibrary[Validation &amp; Sanitization](/categories/validation)

muetze42/external-url-validator
===============================

External Url Validator for Laravel Nova

1.0.0(5y ago)119MITVuePHP ^7.4

Since Feb 27Pushed 5y agoCompare

[ Source](https://github.com/Muetze42/external-url-validator)[ Packagist](https://packagist.org/packages/muetze42/external-url-validator)[ RSS](/packages/muetze42-external-url-validator/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)DependenciesVersions (2)Used By (0)

External Url Validator for Laravel Nova
=======================================

[](#external-url-validator-for-laravel-nova)

[![Latest Version on Packagist](https://camo.githubusercontent.com/18dc0e96bb878fc20d002dc1350c92e0d63206d148744b7339e5fcdccd27848a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6b756b6163372f65787465726e616c2d75726c2d76616c696461746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/kukac7/external-url-validator)

Demo
----

[](#demo)

[![external-url-validator demo](https://camo.githubusercontent.com/a9508b0c28017975e1f5a917ec9f9409f323452aac6c57799fd00b63271dc7b2/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f68735a69524b6939365070773153353874552f67697068792e676966)](https://camo.githubusercontent.com/a9508b0c28017975e1f5a917ec9f9409f323452aac6c57799fd00b63271dc7b2/68747470733a2f2f6d656469612e67697068792e636f6d2f6d656469612f68735a69524b6939365070773153353874552f67697068792e676966)

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

[](#installation)

You can install the package in to a Laravel app that uses [Nova](https://nova.laravel.com) via composer:

```
composer require kukac7/external-url-validator
```

Usage
-----

[](#usage)

Add a new `ExternalUrlValidator` field to your Nova Resource:

```
use Kukac7\ExternalUrlValidator\ExternalUrlValidator;

class Link extends Resource
{
    // ...

    public function fields(Request $request)
    {
        return [
            // ...

            ExternalUrlValidator::make('URL', 'url'),

            // ...
        ];
    }
}
```

Options
-------

[](#options)

### API Url

[](#api-url)

Set custom validate API url:

```
ExternalUrlValidator::make('URL', 'url')->apiUrl('http://example.test/api/validate-url'),
```

Security
--------

[](#security)

If you discover any security related issues, please using the issue tracker.

Credits
-------

[](#credits)

- [kukac7](https://github.com/kukac7)

License
-------

[](#license)

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

Acknowledgments
---------------

[](#acknowledgments)

Special thanks to:

- [Robert Dezso](https://github.com/drobee)

###  Health Score

24

—

LowBetter than 32% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity52

Maturing project, gaining track record

 Bus Factor1

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

1898d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/2579233?v=4)[Muetze](/maintainers/Muetze)[@muetze](https://github.com/muetze)

---

Top Contributors

[![kukac7](https://avatars.githubusercontent.com/u/1240104?v=4)](https://github.com/kukac7 "kukac7 (11 commits)")[![Muetze42](https://avatars.githubusercontent.com/u/26193232?v=4)](https://github.com/Muetze42 "Muetze42 (2 commits)")[![drobee](https://avatars.githubusercontent.com/u/2998645?v=4)](https://github.com/drobee "drobee (1 commits)")

---

Tags

laravellaravel-novanova-3urllaravelvalidatornovaexternal

### Embed Badge

![Health badge](/badges/muetze42-external-url-validator/health.svg)

```
[![Health](https://phpackages.com/badges/muetze42-external-url-validator/health.svg)](https://phpackages.com/packages/muetze42-external-url-validator)
```

###  Alternatives

[illuminatech/validation-composite

Allows uniting several validation rules into a single one for easy re-usage

184485.5k](/packages/illuminatech-validation-composite)[laravel-validation-rules/phone

Validate that a phone number is in the correct format

69355.5k](/packages/laravel-validation-rules-phone)[stuyam/laravel-phone-validator

A phone validator for Laravel using the free Twilio phone lookup service.

2861.3k](/packages/stuyam-laravel-phone-validator)[laravel-validation-rules/us-state

Validate US States and Canada Provinces

16172.7k](/packages/laravel-validation-rules-us-state)[laravel-validation-rules/timezone

Validate that a given timezone is valid.

2119.0k](/packages/laravel-validation-rules-timezone)

PHPackages © 2026

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