Download the PHP package pacerit/laravel-polish-validation-rules without Composer

On this page you can find all versions of the php package pacerit/laravel-polish-validation-rules. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?
pacerit/laravel-polish-validation-rules
Rate from 1 - 5
Rated 5.00 based on 2 reviews

Informations about the package laravel-polish-validation-rules

Laravel Polish Validation Rules

GitHub tag (latest by date) GitHub Packagist PHP from Packagist StyleCI <PacerIT>

Simple Polish Validation rules for Laravel and Lumen framework

Installation

You can install this package by composer:

composer require pacerit/laravel-polish-validation-rules

For customize validaiton messages run:

php artisan vendor:publish --provider "PacerIT\LaravelPolishValidationRules\Providers\LaravelPolishValidationRulesServiceProvider"

Version compatibility

Laravel/Lumen

Framework Package Note
5.8.x ^1.x.x No longer maintained.
6.0.x ^2.x.x No longer maintained.
7.x.x ^3.x.x No longer maintained.
8.x.x ^4.x.x PHP ^8.0 Supported from 4.0.3, Bug fixes only. No longer maintained.
9.x.x ^5.x.x
10.x.x ^6.x.x
11.x.x ^7.x.x
12.x.x ^8.x.x

Rules

  1. 'PESEL' - validate PESEL number. We can validate additional parameters:
    • Gender - check if gender value in PESEL
      • gender_male
      • gender_female
    • Birth date - checking if birth date decoded from PESEL number is before or after date defined in rules
      • born_before,Y-m-d - i.e. PESEL:born_before,2022-01-01
      • born_after,Y-m-d - i.e. PESEL:born_after,2000-01-01
  2. 'REGON' - validate REGON number
  3. 'NIP' - validate NIP number
  4. 'id_card_number' - validate Polish ID Card number
  5. 'post_code' - validate Polish post codes. By default accept codes in format 00-000 and 00000. You can change this with options:
    • with_dash - only post codes with format 00-000 are valid
    • without_dash - only post code with format 00000 are valid
  6. 'PWZ' - validate PWZ (Prawo wykonywania zawodu lekarza/farmaceuty) numer (more information HERE)
  7. 'passport_number' - validate Polish passport number

Usage example

Without optional parameters

With optional parameters

Multiple options

Code Authors

The algorithms used in the functions are based on existing solutions. Below are links to the sources:

Changelog

Go to the Changelog for a full change history of the package.

Testing

composer test

Security Vulnerabilities

If you discover a security vulnerability within package, please send an e-mail to Wiktor Pacer via [email protected]. All security vulnerabilities will be promptly addressed.

License

This package is open-source software licensed under the MIT license.


All versions of laravel-polish-validation-rules with dependencies

PHP Build Version
Package Version
Requires php Version ^8.2
illuminate/support Version ^12.0
ext-calendar Version *
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package pacerit/laravel-polish-validation-rules contains the following files

Loading the files please wait ....