{"id":34822967,"url":"https://github.com/malja/eu_vat_validation","last_synced_at":"2026-05-25T02:02:39.887Z","repository":{"id":224123641,"uuid":"102754577","full_name":"malja/eu_vat_validation","owner":"malja","description":"[Working][Not maintained] A PHP SoapClient wrapper class for validation of EU VAT numbers.","archived":false,"fork":false,"pushed_at":"2017-09-07T16:00:47.000Z","size":2,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-02-23T22:45:26.275Z","etag":null,"topics":["europe","php","soap-client","vat-number"],"latest_commit_sha":null,"homepage":"","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/malja.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}},"created_at":"2017-09-07T15:32:42.000Z","updated_at":"2024-02-23T22:45:29.606Z","dependencies_parsed_at":"2024-02-23T22:45:29.247Z","dependency_job_id":"06c578b8-1b79-47f2-bcb4-9d621dd40a32","html_url":"https://github.com/malja/eu_vat_validation","commit_stats":null,"previous_names":["malja/eu_vat_validation"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/malja/eu_vat_validation","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Feu_vat_validation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Feu_vat_validation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Feu_vat_validation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Feu_vat_validation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/malja","download_url":"https://codeload.github.com/malja/eu_vat_validation/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/malja%2Feu_vat_validation/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33457339,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-24T19:21:36.376Z","status":"online","status_checked_at":"2026-05-25T02:00:05.812Z","response_time":57,"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":["europe","php","soap-client","vat-number"],"created_at":"2025-12-25T14:52:05.186Z","updated_at":"2026-05-25T02:02:39.882Z","avatar_url":"https://github.com/malja.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# European VAT number validation\nThis project contains a PHP class for validation of VAT numbers. \n\n## Usage\n```php\ntry {\n    $validator = new EuVatValidation;\n} catch( Exception $e) {\n    // SoapClient class does not exist\n} catch( SoapFault $e) {\n    // Unable to contact server\n}\n\n// Check if this combination is valid\nprint_r( $validator-\u003echeck(\"cz\", \"01234567\") ); // Prints out \"false\"\n\n// Shows array with additional info about trader with this VAT number\nprint_r( $validator-\u003einfo( \"sk\", \"\u003csome_valid_vat_number\u003e\") );\n```\n\n## Requirements\nPHP and `SoapClient` ([manual](http://php.net/manual/en/class.soapclient.php)) is required.\n\n## Legal notice\nScript uses European Commission website for validation. See [this](http://ec.europa.eu/taxation_customs/vies/viesdisc.do) page for rules of usage.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalja%2Feu_vat_validation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmalja%2Feu_vat_validation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmalja%2Feu_vat_validation/lists"}