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

wilsenhc/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 wilsenhc/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 Wilsenhc\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 [email protected] 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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 64.1%
  • PHP 35.9%