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 2d 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 26% 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

897d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/66330140?v=4)[Jose Galindo](/maintainers/jgalindosl)[@jgalindosl](https://github.com/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

[illuminate/validation

The Illuminate Validation package.

18838.2M1.7k](/packages/illuminate-validation)[sandermuller/laravel-fluent-validation

Fluent validation rule builders for Laravel

20719.0k4](/packages/sandermuller-laravel-fluent-validation)

PHPackages © 2026

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