Weave Code
Code Weaver
Helps Laravel developers discover, compare, and choose open-source packages. See popularity, security, maintainers, and scores at a glance to make better decisions.
Feedback
Share your thoughts, report bugs, or suggest improvements.
Subject
Message

Government Bundle Laravel Package

avkluchko/government-bundle

View on GitHub
Deep Wiki
Context7

Government Bundle

Build Status Total Downloads Latest Stable Version License

Utilities for use with official Russians classifiers and dictionaries.

Requirements

The minumum requirement by Government Bundle is that your web-server supports PHP 7.4 or above.

Warning! If your server use PHP x32, than will work only simple validation without check control sum.

Installation

Install the package with:

composer require avkluchko/government-bundle

If you're not using Symfony Flex, you'll also need to enable the AVKluchko\GovernmentBundle\GovernmentBundle in your AppKernel.php file

Usage

OGRN Validator - validate Primary State Registration Number (OGRN).

// src/Controller/SomeController.php
use AVKluchko\GovernmentBundle\Validator\OGRNValidator;

// ...
class SomeController
{
    public function index(OGRNValidator $validator)
    {
        $isValid = $validator->isValid('some_ogrn');
        // ...
    }
}

INN Validator - validate Taxpayer Identification Number (INN).

// src/Controller/SomeController.php
use AVKluchko\GovernmentBundle\Validator\INNValidator;

// ...
class SomeController
{
    public function index(INNValidator $validator)
    {
        $isValid = $validator->isValid('some_inn');
        // ...
    }
}

SNILS Validator - validate Individual insurance account number (SNILS).

// src/Controller/SomeController.php
use AVKluchko\GovernmentBundle\Validator\SNILSValidator;

// ...
class SomeController
{
    public function index(SNILSValidator $validator)
    {
        $isValid = $validator->isValid('some_snils');
        // ...
    }
}
Weaver

How can I help you explore Laravel packages today?

Conversation history is not saved when not logged in.
Prompt
Add packages to context
No packages found.
besmartand-pro/php-quality-config
sentix/ai-chatbot
terminal42/code-quality-tools
codifyo/ts-generator-bundle
testo/fiber
mintobit/jobqueue
a4sex/maintenance-bundle
a4sex/entity-date-update
a4sex/client-identifier
a4sex/base-utilites
a4sex/key-value-storage
a4sex/micro-status
chilldev/dependency-injection-extra
datinglibre/datinglibre-app-api
biberltd/corebundle
bricre/symfony-bundle-test
biberltd/logbundle
dominium/http-adapter-bundle
dominium/google-analytics
a4sex/auto-clean-entity