Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/normalhuman01/package-sunat-consult-php-laravel
a laravel package to get data of sunat
https://github.com/normalhuman01/package-sunat-consult-php-laravel
laravel laravel-sunat-consult php ruc sunat
Last synced: about 1 month ago
JSON representation
a laravel package to get data of sunat
- Host: GitHub
- URL: https://github.com/normalhuman01/package-sunat-consult-php-laravel
- Owner: normalhuman01
- License: mit
- Created: 2024-01-03T21:10:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-03T21:19:50.000Z (about 1 year ago)
- Last Synced: 2024-01-03T22:25:53.335Z (about 1 year ago)
- Topics: laravel, laravel-sunat-consult, php, ruc, sunat
- Language: PHP
- Homepage:
- Size: 50.8 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# Laravel package - Sunat Consult
This package is created using the logic of [https://github.com/normalhuman01/package-restful-helper-php-laravel](https://github.com/normalhuman01/package-restful-helper-php-laravel) if you want to make a donation or help the developer please do so in that repository
## Installation
You can install the package via composer:
```bash
composer require normalhuman01/package-sunat-consult-php-laravel
```## Usage
```php
$company = \normalhuman01\package-sunat-consult-php-laravel\Facades\Sunat::get(20603682182);
```## Testing
```bash
composer test
```## Changelog
Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.
## Contributing
Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
## Security Vulnerabilities
Please review [our security policy](../../security/policy) on how to report security vulnerabilities.
## License
The MIT License (MIT). Please see [License File](LICENSE.md) for more information.