kriosmane/vies-rest-api
Composer 安装命令:
composer require kriosmane/vies-rest-api
包简介
A Laravel package for interacting with the VIES (VAT Information Exchange System) REST API, allowing validation of VAT numbers within the European Union.
关键字:
README 文档
README
This package provides an interface to interact with the VIES (VAT Information Exchange System) REST API in Laravel, allowing you to validate VAT numbers within the European Union.
Future Enhancements
New features and improvements will be added in future releases to enhance functionality and usability. Stay tuned for updates!
Installation
You can install the package via composer:
composer require kriosmane/vies-rest-api
You can publish the config file with (optional):
php artisan vendor:publish --tag="vies-rest-api-config"
For Laravel 5.4 and below
Manually add the service provider to your config/app.php file:
'providers' => [ // Other service providers... Kriosmane\ViesApi\ViesApiServiceProvider::class, ],
Usage
$viesApi = new ViesApi(); echo $viesApi->echoPhrase('Hello, Krios Mane!');
Testing
composer test
Changelog
Please see CHANGELOG for more information on what has changed recently.
Contributing
Please see CONTRIBUTING for details.
Security Vulnerabilities
Please review our security policy on how to report security vulnerabilities.
Credits
License
The MIT License (MIT). Please see License File for more information.
统计信息
- 总下载量: 590
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2025-02-27