andalisolutions/laravel-rovalidator

Romanian CIF, CNP, IBAN validations


Keywords
laravel, Laravel Romania, Validator CIF
License
MIT

Documentation

Laravel RO Validator

Romanian CIF, CNP validations - upcoming another (IBAN, BIC)

Latest Version on Packagist Build Status StyleCI Quality Score Total Downloads

Installation

Via Composer

$ composer require andalisolutions/laravel-rovalidator

Usage

public function store(Request $request)
{
    $this->validate($request, [
        'company_cif' => 'cif',
        'client_cnp' => 'cnp',
    ]);
}

Changelog

Please see the changelog for more information on what has changed recently.

Testing

./vendor/bin/phpunit test

Contributing

Please see contributing.md for details and a todolist.

Security

If you discover any security related issues, please email andrei.ciungulete@andali.ro instead of using the issue tracker.

Credits

License

Please see the license file for more information.