2017 © Pedro Peláez
 

library postcode-parser

UK Postcode Parser

image

vasildakov/postcode-parser

UK Postcode Parser

  • Friday, October 7, 2016
  • by vasildakov
  • Repository
  • 2 Watchers
  • 3 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 3 Suggesters
  • 0 Forks
  • 0 Open issues
  • 5 Versions
  • 0 % Grown

The README.md

UK Postcode Parser

Build Status Coverage Status Scrutinizer Code Quality Latest Stable Version Total Downloads License, (*1)

Installation

The preferred method of installation is via Packagist and Composer. Run the following command to install the package and add it as a requirement to your project's composer.json:, (*2)

composer require vasildakov/postcode-parser

Examples

<?php
use VasilDakov\Postcode\Parser;

$parser = new Parser('AA9A 9AA');

var_dump($parser->outward()); // AA9A

var_dump($parser->inward()); // 9AA

$components = $parser->parse(); // array



License

Code released under the MIT license, (*3)

The Versions

07/10 2016

dev-master

9999999-dev

UK Postcode Parser

  Sources   Download

MIT

The Requires

 

The Development Requires

parser php postcode uk

07/10 2016

dev-develop

dev-develop

UK Postcode Parser

  Sources   Download

MIT

The Requires

 

The Development Requires

parser php postcode uk

07/10 2016