{"id":21400232,"url":"https://github.com/oefenweb/cakephp-vat-number-check","last_synced_at":"2026-03-14T20:43:14.669Z","repository":{"id":13088613,"uuid":"15769825","full_name":"Oefenweb/cakephp-vat-number-check","owner":"Oefenweb","description":"A VAT number check Plugin for CakePHP","archived":false,"fork":false,"pushed_at":"2020-04-30T23:17:04.000Z","size":136,"stargazers_count":3,"open_issues_count":1,"forks_count":6,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-04-18T05:03:29.347Z","etag":null,"topics":["cakephp","cakephp2","cakephp3","php","plugin","vat-number","vat-validation"],"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/Oefenweb.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2014-01-09T15:05:11.000Z","updated_at":"2024-04-18T05:03:29.348Z","dependencies_parsed_at":"2022-08-28T07:42:40.687Z","dependency_job_id":null,"html_url":"https://github.com/Oefenweb/cakephp-vat-number-check","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fcakephp-vat-number-check","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fcakephp-vat-number-check/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fcakephp-vat-number-check/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Oefenweb%2Fcakephp-vat-number-check/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Oefenweb","download_url":"https://codeload.github.com/Oefenweb/cakephp-vat-number-check/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225917590,"owners_count":17544922,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["cakephp","cakephp2","cakephp3","php","plugin","vat-number","vat-validation"],"created_at":"2024-11-22T15:19:57.843Z","updated_at":"2026-03-14T20:43:14.607Z","avatar_url":"https://github.com/Oefenweb.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# VatNumberCheck plugin for CakePHP\n\n[![Build Status](https://travis-ci.org/Oefenweb/cakephp-vat-number-check.png?branch=master)](https://travis-ci.org/Oefenweb/cakephp-vat-number-check)\n[![PHP 7 ready](http://php7ready.timesplinter.ch/Oefenweb/cakephp-vat-number-check/badge.svg)](https://travis-ci.org/Oefenweb/cakephp-vat-number-check)\n[![Coverage Status](https://codecov.io/gh/Oefenweb/cakephp-vat-number-check/branch/master/graph/badge.svg)](https://codecov.io/gh/Oefenweb/cakephp-vat-number-check)\n[![Packagist downloads](http://img.shields.io/packagist/dt/Oefenweb/cakephp-vat-number-check.svg)](https://packagist.org/packages/oefenweb/cakephp-vat-number-check)\n[![Code Climate](https://codeclimate.com/github/Oefenweb/cakephp-vat-number-check/badges/gpa.svg)](https://codeclimate.com/github/Oefenweb/cakephp-vat-number-check)\n[![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/Oefenweb/cakephp-vat-number-check/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/Oefenweb/cakephp-vat-number-check/?branch=master)\n\n## Requirements\n\n* CakePHP 2.9.0 or greater.\n* PHP 7.0.0 or greater.\n\n## Installation\n\nClone/Copy the files in this directory into `app/Plugin/VatNumberCheck`\n\n## Configuration\n\nEnsure the plugin is loaded in `app/Config/bootstrap.php` by calling:\n\n```\nCakePlugin::load('VatNumberCheck', ['routes' =\u003e true]);\n```\n\n## Usage\n\n### Model\n\nNormalizes a VAT number:\n\n```\n$vatNumber = $this-\u003eVatNumberCheck-\u003enormalize($vatNumber);\n```\n\nChecks a given VAT number:\n\n```\n$vatNumberValid = $this-\u003eVatNumberCheck-\u003echeck($vatNumber);\n```\n\n### Helper\n\nGenerates a VAT number check form field:\n\n```\necho $this-\u003eVatNumberCheck-\u003einput('vat_number', ['label' =\u003e __('VAT number')]);\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fcakephp-vat-number-check","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Foefenweb%2Fcakephp-vat-number-check","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Foefenweb%2Fcakephp-vat-number-check/lists"}