PHPackages                             softlogic-gt/laravel-validation-rules-container - 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. softlogic-gt/laravel-validation-rules-container

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

softlogic-gt/laravel-validation-rules-container
===============================================

A set of useful Laravel validation rules for shipping containers

v1.0.3(2y ago)020MITPHPPHP ^7.0|^8.0

Since Jan 16Pushed 2y agoCompare

[ Source](https://github.com/softlogic-gt/laravel-validation-rules-container)[ Packagist](https://packagist.org/packages/softlogic-gt/laravel-validation-rules-container)[ Docs](https://github.com/softlogic-gt/laravel-validation-rules-container)[ RSS](/packages/softlogic-gt-laravel-validation-rules-container/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (1)Versions (5)Used By (0)

A set of useful Laravel validation rules for shipping container numbers
=======================================================================

[](#a-set-of-useful-laravel-validation-rules-for-shipping-container-numbers)

This repository contains useful Laravel validation rules for shipping container numbers, based on:

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

[](#installation)

You can install the package via composer:

```
composer require softlogic-gt/laravel-validation-rules-container
```

The package will automatically register itself.

### Translations

[](#translations)

If you wish to edit the package translations, you can run the following command to publish them into your `resources/lang` folder

```
php artisan vendor:publish --provider="SoftlogicGT\ValidationRulesContainer\ValidationRulesContainerServiceProvider"
```

Available rules
---------------

[](#available-rules)

- [`Container`](#container)

### `Container`

[](#container)

Determine if the field under validation is a valid shipping container.

```
use SoftlogicGT\ValidationRulesContainer\Rules\Container;

public function rules()
{
    $rules = [
        'container' => ['required', new Container()],
    ];
    $request->validate($rules)
}
```

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity50

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 ~1 days

Total

4

Last Release

842d ago

### Community

Maintainers

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

---

Top Contributors

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

---

Tags

softlogiclaravel-validation-rules-container

### Embed Badge

![Health badge](/badges/softlogic-gt-laravel-validation-rules-container/health.svg)

```
[![Health](https://phpackages.com/badges/softlogic-gt-laravel-validation-rules-container/health.svg)](https://phpackages.com/packages/softlogic-gt-laravel-validation-rules-container)
```

###  Alternatives

[spatie/laravel-honeypot

Preventing spam submitted through forms

1.6k6.0M60](/packages/spatie-laravel-honeypot)[proengsoft/laravel-jsvalidation

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

1.1k2.3M49](/packages/proengsoft-laravel-jsvalidation)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[axlon/laravel-postal-code-validation

Worldwide postal code validation for Laravel and Lumen

3853.3M1](/packages/axlon-laravel-postal-code-validation)[sunspikes/clamav-validator

Custom Laravel 5 anti-virus validator for file uploads.

3651.8M3](/packages/sunspikes-clamav-validator)[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)
