Skip to content

Herramienta para realizar parsing de los datos de un contribuyente a partir del HTML de respuesta de la página de búsqueda de contribuyentes en SENIAT

License

Notifications You must be signed in to change notification settings

trienlace/parse-contribuyente

Repository files navigation

A Parser for the SENIAT Contribuyente search page

Latest Version on Packagist Tests Total Downloads

Installation

You can install the package via composer:

composer require trienlace/parse-contribuyente

The package will automatically register itself.

ParseContribuyente

This validation rule will pass if the RIF value passed in the request is valid.

// in a Controller, Job or View

use Trienlace\ParseContribuyente\ParseContribuyente;

$body = '<HTML>...</HTML>'

$parser = new ParseContribuyente($body);

$contribuyente = $parser->toArray()

Testing

vendor/bin/pest

Changelog

Please see CHANGELOG for more information on what has changed recently.

Security

If you discover any security related issues, please email seguridad@trienlace.com instead of using the issue tracker.

Credits

License

The MIT License (MIT). Please see License File for more information.

About

Herramienta para realizar parsing de los datos de un contribuyente a partir del HTML de respuesta de la página de búsqueda de contribuyentes en SENIAT

Resources

License

Stars

Watchers

Forks

Packages

No packages published