2017 © Pedro Peláez
 

cakephp-plugin cakephp-vat-number-check

A VAT number check Plugin for CakePHP

image

oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  • Friday, January 19, 2018
  • by oefenweb
  • Repository
  • 3 Watchers
  • 3 Stars
  • 11,733 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 17 Versions
  • 4 % Grown

The README.md

VatNumberCheck plugin for CakePHP

Build Status PHP 7 ready Coverage Status Packagist downloads Code Climate Scrutinizer Code Quality, (*1)

Requirements

  • CakePHP 2.9.0 or greater.
  • PHP 7.0.0 or greater.

Installation

Clone/Copy the files in this directory into app/Plugin/VatNumberCheck, (*2)

Configuration

Ensure the plugin is loaded in app/Config/bootstrap.php by calling:, (*3)

CakePlugin::load('VatNumberCheck', ['routes' => true]);

Usage

Model

Normalizes a VAT number:, (*4)

$vatNumber = $this->VatNumberCheck->normalize($vatNumber);

Checks a given VAT number:, (*5)

$vatNumberValid = $this->VatNumberCheck->check($vatNumber);

Helper

Generates a VAT number check form field:, (*6)

echo $this->VatNumberCheck->input('vat_number', ['label' => __('VAT number')]);

The Versions

19/01 2018

3.x-dev

3.9999999.9999999.9999999-dev http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp vat number

19/01 2018

dev-fix-phpunit-tests-in-standalone-mode

dev-fix-phpunit-tests-in-standalone-mode http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

The Development Requires

cakephp vat number

28/09 2017

dev-master

9999999-dev http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

28/09 2017

v1.2.3

1.2.3.0 http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

28/09 2017

2.x-dev

2.9999999.9999999.9999999-dev http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

05/04 2017

v1.2.2

1.2.2.0 http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

16/02 2017

v1.2.1

1.2.1.0 http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

16/02 2017

v1.2.0

1.2.0.0 http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

01/12 2016

v1.1.3

1.1.3.0 http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

28/05 2016

v1.1.2

1.1.2.0 http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

09/03 2016

v1.1.1

1.1.1.0 http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

12/02 2016

v1.1.0

1.1.0.0 http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

11/03 2015

v1.0.2

1.0.2.0 http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

27/12 2014

v1.0.1

1.0.1.0 http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number

17/12 2014

v1.0.0

1.0.0.0 http://github.com/Oefenweb/cakephp-vat-number-check

A VAT number check Plugin for CakePHP

  Sources   Download

MIT

The Requires

 

cakephp vat number