2017 © Pedro Peláez
 

library utm-url-parser

UTM URL String Parser

image

rhincodon/utm-url-parser

UTM URL String Parser

  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 4 Forks
  • 3 Open issues
  • 3 Versions
  • 4 % Grown

The README.md

UTM URL String Parser

Build Status, (*1)

Install

Via Composer, (*2)

``` bash $ composer require rhincodon/utm-url-parser, (*3)


## Usage ``` php $utmUrl = 'http://test.com/test?utm_source=bing&&utm_medium=cpc&utm_campaign=rolex&utm_term=rolex+two'; $parser = new \Rhinodontypicus\Parsers\UtmParser(); $utmString = $parser->parse($utmUrl); if ($utmString->isValid()) { // true echo $utmString->source; // bing echo $utmString->medium; // cpc echo $utmString->campaign; // rolex echo $utmString->term; // rolex two }

Credits

License

The MIT License (MIT). Please see License File for more information., (*4)

The Versions

05/08 2015

dev-master

9999999-dev https://github.com/rhincodon/utm-url-parser

UTM URL String Parser

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

parser url string utm

05/08 2015

dev-develop

dev-develop https://github.com/rhincodon/utm-url-parser

UTM URL String Parser

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

parser url string utm

05/08 2015

1.0

1.0.0.0 https://github.com/rhincodon/utm-url-parser

UTM URL String Parser

  Sources   Download

MIT

The Requires

  • php >=5.4.0

 

The Development Requires

parser url string utm