You can install the package via composer:
composer require wilsenhc/parse-contribuyente
The package will automatically register itself.
This validation rule will pass if the RIF value passed in the request is valid.
// in a Controller, Job or View
use Wilsenhc\ParseContribuyente\ParseContribuyente;
$body = '<HTML>...</HTML>'
$parser = new ParseContribuyente($body);
$contribuyente = $parser->toArray()
vendor/bin/pest
Please see CHANGELOG for more information on what has changed recently.
If you discover any security related issues, please email [email protected] instead of using the issue tracker.
The MIT License (MIT). Please see License File for more information.