PHPackages                             rackbeat/laravel-validate-https - 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. rackbeat/laravel-validate-https

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

rackbeat/laravel-validate-https
===============================

Simple validation rule for https urls.

2.0(3y ago)540.7kMITPHPPHP &gt;=7.1CI failing

Since Dec 31Pushed 3y ago1 watchersCompare

[ Source](https://github.com/Rackbeat/laravel-validate-https)[ Packagist](https://packagist.org/packages/rackbeat/laravel-validate-https)[ RSS](/packages/rackbeat-laravel-validate-https/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (5)Dependencies (5)Versions (6)Used By (0)

Validation Rule to ensure a url is secured (https)
==================================================

[](#validation-rule-to-ensure-a-url-is-secured-https)

Should be combined with `url` rule. Alternatively just run `starts_with('https://')`

 [![Build Status](https://camo.githubusercontent.com/4732cd2570d93ccb7044b713b431d649bc6fde73b1d3cea7837f79f3ff0a40f7/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f5261636b626561742f6c61726176656c2d76616c69646174652d68747470732e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/Rackbeat/laravel-validate-https)[![Coverage](https://camo.githubusercontent.com/669b64d7a76c4e378f5dbc767866022fa127fbe6a3d95e65cd5555f468015189/68747470733a2f2f696d672e736869656c64732e696f2f636f766572616c6c732f5261636b626561742f6c61726176656c2d76616c69646174652d68747470732e7376673f7374796c653d666c61742d737175617265)](https://coveralls.io/github/Rackbeat/laravel-validate-https)[![Total Downloads](https://camo.githubusercontent.com/a14ee82d1b498e25cfabf0cd6bd11f39545078cd31010d2689c1adc05f03dece/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f7261636b626561742f6c61726176656c2d76616c69646174652d68747470732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rackbeat/laravel-validate-https)[![Latest Stable Version](https://camo.githubusercontent.com/be8d22c4546a8801bd9fcc83a4ac8ad6e686b6af6760cb74ede97a1604d8657b/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f7261636b626561742f6c61726176656c2d76616c69646174652d68747470732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rackbeat/laravel-validate-https)[![License](https://camo.githubusercontent.com/081c203ef53e6f0325afec4895860927797d1e50143ae7f9ec6067bacf300e29/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f7261636b626561742f6c61726176656c2d76616c69646174652d68747470732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/rackbeat/laravel-validate-https)

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

[](#installation)

You just require using composer and you're good to go!

```
composer require rackbeat/laravel-validate-https
```

The Service Provider is automatically registered.

Usage
-----

[](#usage)

### Class

[](#class)

- `Rackbeat\Rules\HttpsRule`

```
'url' => [
    'url',
    new Rackbeat\Rules\HttpsRule,
],
```

### Helper

[](#helper)

- `https`

```
'url'        => [ 'url', 'https' ],
```

Requirements
------------

[](#requirements)

- PHP &gt;= 7.1

###  Health Score

33

—

LowBetter than 75% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity32

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity59

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

Every ~356 days

Total

5

Last Release

1270d ago

Major Versions

1.3 → 2.02022-11-26

### Community

Maintainers

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

---

Top Contributors

[![LasseRafn](https://avatars.githubusercontent.com/u/2689341?v=4)](https://github.com/LasseRafn "LasseRafn (5 commits)")

---

Tags

urlhttpslaravelvalidationsecurerule

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/rackbeat-laravel-validate-https/health.svg)

```
[![Health](https://phpackages.com/badges/rackbeat-laravel-validate-https/health.svg)](https://phpackages.com/packages/rackbeat-laravel-validate-https)
```

###  Alternatives

[propaganistas/laravel-phone

Adds phone number functionality to Laravel based on Google's libphonenumber API.

3.0k35.7M107](/packages/propaganistas-laravel-phone)[proengsoft/laravel-jsvalidation

Validate forms transparently with Javascript reusing your Laravel Validation Rules, Messages, and FormRequest

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[watson/validating

Eloquent model validating trait.

9723.3M47](/packages/watson-validating)[wendelladriel/laravel-validated-dto

Data Transfer Objects with validation for Laravel applications

759569.4k13](/packages/wendelladriel-laravel-validated-dto)[laravel-validation-rules/credit-card

Validate credit card number, expiration date, cvc

2412.2M5](/packages/laravel-validation-rules-credit-card)

PHPackages © 2026

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