{"id":50791487,"url":"https://github.com/conedevelopment/vies-php","last_synced_at":"2026-06-12T11:30:34.036Z","repository":{"id":327915670,"uuid":"1112863525","full_name":"conedevelopment/vies-php","owner":"conedevelopment","description":"VIES EU VAT number checker API.","archived":false,"fork":false,"pushed_at":"2026-01-26T05:08:16.000Z","size":72,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2026-02-14T02:31:27.077Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/conedevelopment.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null},"funding":{"github":["iamgergo","adamlaki"]}},"created_at":"2025-12-09T07:48:42.000Z","updated_at":"2025-12-10T08:01:18.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/conedevelopment/vies-php","commit_stats":null,"previous_names":["conedevelopment/vies-php"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/conedevelopment/vies-php","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Fvies-php","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Fvies-php/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Fvies-php/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Fvies-php/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/conedevelopment","download_url":"https://codeload.github.com/conedevelopment/vies-php/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/conedevelopment%2Fvies-php/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34243051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-12T02:00:06.859Z","response_time":109,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2026-06-12T11:30:33.127Z","updated_at":"2026-06-12T11:30:34.027Z","avatar_url":"https://github.com/conedevelopment.png","language":"PHP","funding_links":["https://github.com/sponsors/iamgergo","https://github.com/sponsors/adamlaki"],"categories":[],"sub_categories":[],"readme":"# VIES API PHP SDK\n\nThis is the contract for Vies on-the-Web endpoints. The checkVat service supports exact and approximate matching at the same time. In order to retrieve the requestIdentifier, the information about requesterMemberStateCode and requesterNumber have to be provided.\n\n## Installation\n\n### Requirements\n\n- PHP 8.1+.\n\n### Composer\n\n```sh\ncomposer require conedevelopment/vies-php\n```\n\nThen run `composer install`\n\n## Usage\n\n```php\nuse Cone\\Vies\\Client;\nuse Cone\\Vies\\Model\\CheckVatRequest;\nuse Throwable;\n\n$client = new Client;\n\ntry {\n    $response = $client-\u003eapi()-\u003echeckVatNumber(new CheckVatRequest([\n        'countryCode' =\u003e 'HU',\n        'vatNumber' =\u003e '12345678',\n    ]));\n\n    // Handle response\n} catch (Throwable $e) {\n    // Handle exception, report to Sentry etc...\n}\n```\n\n## API Endpoints\n\nAll URIs are relative to *https://ec.europa.eu/taxation_customs/vies/rest-api*\n\nClass | Method | HTTP request | Description\n------------ | ------------- | ------------- | -------------\n*PublicApi* | [**checkStatus**](docs/Api/PublicApi.md#checkstatus) | **GET** /check-status | Check the status of each member states\n*PublicApi* | [**checkVatNumber**](docs/Api/PublicApi.md#checkvatnumber) | **POST** /check-vat-number | Check a Vat Number for a specific country\n*PublicApi* | [**checkVatTestService**](docs/Api/PublicApi.md#checkvattestservice) | **POST** /check-vat-test-service | Test the check vat service\n\n## Models\n\n- [CheckVatRequest](docs/Model/CheckVatRequest.md)\n- [CheckVatResponse](docs/Model/CheckVatResponse.md)\n- [CommonResponse](docs/Model/CommonResponse.md)\n- [CountryStatus](docs/Model/CountryStatus.md)\n- [ErrorWrapper](docs/Model/ErrorWrapper.md)\n- [Status](docs/Model/Status.md)\n- [StatusInformationResponse](docs/Model/StatusInformationResponse.md)\n- [StatusInformationResponseVow](docs/Model/StatusInformationResponseVow.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconedevelopment%2Fvies-php","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fconedevelopment%2Fvies-php","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fconedevelopment%2Fvies-php/lists"}