2017 © Pedro Peláez
 

library experian-qas

Experian QAS library for Postcode search

image

krakerag/experian-qas

Experian QAS library for Postcode search

  • Tuesday, November 18, 2014
  • by krakerag
  • Repository
  • 2 Watchers
  • 0 Stars
  • 3,748 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 7 Versions
  • 2 % Grown

The README.md

experian-qas - PHP library to interface with Experian QAS

Build Status, (*1)

This library is designed to provide a class interface to the Experian QAS postcode search product., (*2)

It is built with the SOAP Pro Web product in mind and tested with GBR datasets primarily., (*3)

Experian QAS can be found via http://www.qas-experian.com.au/ or http://www.qas.co.uk/, (*4)

Installation

Install via composer by installing this repo or via Packagist - https://packagist.org/packages/krakerag/experian-qas, (*5)

Usage


use \krakerag\ExperianQas\PostcodeSearch\PostcodeSearch; use \krakerag\ExperianQas\PostcodeSearch\Engine; $wsdl = 'http://yourserver:2021/proweb.wsdl'; $engine = new Engine(); $search = new PostcodeSearch(new \Psr\Log\NullLogger(), $wsdl); // Or a proper logger in place $search->setEngine($engine); $results = $search->find('GBR','SW40QB'); var_dump($results); // etc

The engine object ships with sensible settings for working with UK postcode searches., (*6)

You can tailor this in any fashion that matches varibles designed to work with the WSDL, for example:, (*7)


$engine = new Engine; $engine->setEngine('Keyfinder'); $engine->setIntensity('Close'); // etc

About

Requirements

  • PHP 5.3 or higher
  • [optional] PHPUnit 3.5+ to execute the test suite (phpunit --version)

Submitting bugs and feature requests

Bugs and feature requests are tracked on GitHub, (*8)

Author

Matthew Hallsworth - matthew.hallsworth@gmail.com, (*9)

License

This is licensed under the MIT License - see the LICENSE.txt file for details, (*10)

The Versions

18/11 2014

dev-master

9999999-dev http://github.com/krakerag/experian-qas

Experian QAS library for Postcode search

  Sources   Download

MIT

The Requires

 

The Development Requires

postcode qas experian experian-qas

18/11 2014

dev-develop

dev-develop http://github.com/krakerag/experian-qas

Experian QAS library for Postcode search

  Sources   Download

MIT

The Requires

 

The Development Requires

postcode qas experian experian-qas

18/11 2014

v0.3

0.3.0.0 http://github.com/krakerag/experian-qas

Experian QAS library for Postcode search

  Sources   Download

MIT

The Requires

 

The Development Requires

postcode qas experian experian-qas

04/03 2014

dev-feature/psr-4-compatibility

dev-feature/psr-4-compatibility http://github.com/krakerag/experian-qas

Experian QAS library for Postcode search

  Sources   Download

MIT

The Requires

 

The Development Requires

postcode qas experian experian-qas

26/06 2013

v0.2.1

0.2.1.0 http://github.com/krakerag/experian-qas

Experian QAS library for Postcode search

  Sources   Download

MIT

The Requires

 

The Development Requires

postcode qas experian experian-qas

25/06 2013

v0.2

0.2.0.0 http://github.com/krakerag/experian-qas

Experian QAS library for Postcode search

  Sources   Download

MIT

The Requires

 

The Development Requires

postcode qas experian experian-qas

24/06 2013

v0.1

0.1.0.0 http://github.com/krakerag/experian-qas

Experian QAS library for Postcode search

  Sources   Download

MIT

The Requires

 

The Development Requires

postcode qas experian experian-qas