Skip to content

Latest commit

 

History

History
55 lines (32 loc) · 1.72 KB

README.md

File metadata and controls

55 lines (32 loc) · 1.72 KB

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.