PHPackages                             codelayer/laravel-student-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. codelayer/laravel-student-validator

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

codelayer/laravel-student-validator
===================================

Validate educational email addresses for student status verification.

v1.0.0(6y ago)32MITPHPPHP ^7.2CI failing

Since Feb 11Pushed 6y ago2 watchersCompare

[ Source](https://github.com/codelayerhq/laravel-student-validator)[ Packagist](https://packagist.org/packages/codelayer/laravel-student-validator)[ RSS](/packages/codelayer-laravel-student-validator/feed)WikiDiscussions master Synced today

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

Verify the enrollment status of college and university students
===============================================================

[](#verify-the-enrollment-status-of-college-and-university-students)

[![Latest Version on Packagist](https://camo.githubusercontent.com/747472fc3da199b51e99e2f80d7d436f9a230823d4d4e04895d98a7d7257cf90/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f636f64656c617965722f6c61726176656c2d73747564656e742d76616c696461746f722e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/codelayer/laravel-student-validator) [![phpunit](https://github.com/codelayerhq/laravel-student-validator/workflows/phpunit/badge.svg?branch=master)](https://github.com/codelayerhq/laravel-student-validator/workflows/phpunit/badge.svg?branch=master)

This package can be used to validate college and university student's email addresses.

You can install the package using composer:

```
composer require codelayer/laravel-student-validator
```

### Translations

[](#translations)

If you wish to customize the package's translation, you can publish the translation files:

```
php artisan vendor:publish --provider="Codelayer\StudentValidator\StudentValidatorServiceProvider"
```

Usage
-----

[](#usage)

Simply use the `StudentEmail` rule inside your rules array, e.g. in a form request:

```
use Codelayer\StudentValidator\Rules\StudentEmail;

public function rules()
{
    return [
        'email' => ['required', 'email', new StudentEmail()],
    ];
}
```

About Us
--------

[](#about-us)

[codelayer](https://codelayer.de) is a web development agency based in Karlsruhe, Germany. This package was developed for use in our product [likvi](https://likvi.de).

License
-------

[](#license)

The MIT License (MIT).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community8

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

2282d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/2f04d4e2cb7a74a716a094852915a387214f7f303914284c3655f9a060ed9efc?d=identicon)[codelayer](/maintainers/codelayer)

---

Top Contributors

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

---

Tags

educationlaravelphpstudentsvalidationlaravelvalidationeducationStudentedu

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/codelayer-laravel-student-validator/health.svg)

```
[![Health](https://phpackages.com/badges/codelayer-laravel-student-validator/health.svg)](https://phpackages.com/packages/codelayer-laravel-student-validator)
```

###  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)[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)[illuminatech/validation-composite

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

184485.5k](/packages/illuminatech-validation-composite)

PHPackages © 2026

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