There are no reviews yet. Be the first to send feedback to the community and the maintainers!
VATIN ===== [![Build Status](https://travis-ci.org/ddeboer/vatin.svg?branch=master)](https://travis-ci.org/ddeboer/vatin) [![Scrutinizer Code Quality](https://scrutinizer-ci.com/g/ddeboer/vatin/badges/quality-score.png?b=master)](https://scrutinizer-ci.com/g/ddeboer/vatin/?branch=master) [![Code Coverage](https://scrutinizer-ci.com/g/ddeboer/vatin/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/ddeboer/vatin/?branch=master) [![Latest Stable Version](https://poser.pugx.org/ddeboer/vatin/v/stable.png)](https://packagist.org/packages/ddeboer/vatin) A small PHP library for validating VAT identification numbers (VATINs). Installation ------------ This library is available on [Packagist](https://packagist.org/packages/ddeboer/vatin): ```bash $ composer require ddeboer/vatin ``` If you want to use this library in a Symfony application, you can use the [VatinBundle](https://github.com/ddeboer/vatin-bundle) instead. Usage ----- Validate a VAT number’s format: ```php use Ddeboer\Vatin\Validator; $validator = new Validator; $bool = $validator->isValid('NL123456789B01'); ``` Additionally check whether the VAT number is in use, with a call to the [VAT Information Exchange System (VIES)](https://ec.europa.eu/taxation_customs/vies/faq.html#item_16) SOAP web service: ```php use Ddeboer\Vatin\Validator; $validator = new Validator; $bool = $validator->isValid('NL123456789B01', true); ```
imap
Object-oriented, fully tested PHP IMAP librarydata-import
Import data from and export data to a range of different file formats and mediaDdeboerDataImportBundle
A Symfony2 bundle that offers a way to import data from and store data to a range of formats and mediaGuzzleBundle
A Symfony2 bundle for integrating Guzzle, a PHP framework for building RESTful web service clientsDdeboerSalesforceMapperBundle
A Salesforce mapper bundle for Symfony2vatin-bundle
Symfony bundle for the VATIN librarytesseract
A PHP wrapper for the Tesseract OCR engineguzzle-aws
Guzzle Amazon Web Services (AWS) servicetranscoder
Better encoding conversion for PHPDdeboerSalesforceClientBundle
A replacement for the Salesforce PHP Toolkit in the form of a Symfony2 bundleDdeboerDocumentManipulationBundle
PDF, Doc manipulation for Symfony2DdeboerSshBundle
A small Symfony2 bundle for integrating Antoine Hérault’s PHP-SSH library into your Symfony2 projectGoogleBundle
Symfony2 Bundle for Google Analytics (Async Integration, Multi-Tracker Support, Default and Custom Page Views, Page View Queue, Ecommerce), Google Adwords, Google Maps (Static)DdeboerSoapClientBundle
SOAP client bundle for Symfony2headers
A PHP 5.3 library for working with HTTP and mail headersguzzle-openkvk
A client for Openkvk.nl implemented in Guzzle123symfony
Easy Symfony2 setupblog
BlogCurrencyConversionBundle
Currency conversion Symfony2 bundlegallery
DdeboerLiveDocxBundle
LiveDocx bundle for Symfony2DdeboerSalesforceBulkBundle
A Symfony2 PHP client for the Salesforce Bulk APIfile
puppet-neo4j
A Puppet module that installs the Neo4j graph databaseDdeboerGeolocationBundle
Geolocation bundle for Symfony2openkvk-client
A client for the Dutch Openkvk web serviceLove Open Source and this site? Check out how you can help us