PHP Classes
elePHPant
Icontem

PHP Address Parser: Extract address and other contact types from text

Recommend this page to a friend!

  Author Author  
Name: Raskin Veniamin <contact>
Classes: 10 packages by
Country: Russian Federation Russian Federation
Innovation award
Innovation award
Nominee: 3x

Winner: 1x


  Detailed description   Download Download .zip .tar.gz  
This package can extract addresses and other contact types from text.

It can take text data in different formats and user different types of parsers to extract addresses and other formats of contacts.

Currently it provides parsers that support formats like HCard, AB, Yandex data and plain text using regular expressions.

The package can extract location addresses, links, phone numbers, email addresses, etc..

Details

yii2-parse-contacts

Parse contacts

-- add to config

    'modules' => [
    'vp' => [
        'class' => 'Vench\ParseContacts\Module',
    ]
]

    'bootstrap' =>  ['vp'],
    
    
    params => ['yandex']['apikey'] 

  Classes of Raskin Veniamin  >  PHP Address Parser  >  Download Download .zip .tar.gz  >  Support forum Support forum  >  Blog Blog  >  RSS 1.0 feed RSS 2.0 feed Latest changes  
Name: PHP Address Parser
Base name: parse-contacts
Description: Extract address and other contact types from text
Version: -
PHP version: 5
License: GNU General Public License (GPL)
 
  Groups   Applications   Files Files  

  Groups  
Group folder image PHP 5 Classes using PHP 5 specific features View top rated classes
Group folder image Text processing Manipulating and validating text data View top rated classes
Group folder image Parsers Programming language interpreters and format parsers View top rated classes


  Applications that use this package  
No pages of applications that use this class were specified.

Add link image If you know an application of this package, send a message to the author to add a link here.

  Files folder image Files  
File Role Description
Files folder imagecommands (1 file)
Files folder imageext (2 files)
Files folder imagemigrations (1 file)
Files folder imagemodels (4 files)
Files folder imageparsers (5 files)
Accessible without login Plain text file composer.json Data Auxiliary data
Accessible without login Plain text file composer.lock Data Auxiliary data
Accessible without login Plain text file LICENSE Lic. License text
Plain text file Module.php Class Class source
Accessible without login Plain text file README.md Doc. Documentation

  Files folder image Files  /  commands  
File Role Description
  Plain text file ParseSiteController.php Class Class source

  Files folder image Files  /  ext  
File Role Description
  Accessible without login Plain text file hcard.profile.php Example Example script
  Plain text file hKit.php Class Class source

  Files folder image Files  /  migrations  
File Role Description
  Plain text file m170804170821Make_schema.php Class Class source

  Files folder image Files  /  models  
File Role Description
  Plain text file PCSite.php Class Class source
  Plain text file PCSiteAddress.php Class Class source
  Plain text file PCSiteEmail.php Class Class source
  Plain text file PCSitePhone.php Class Class source

  Files folder image Files  /  parsers  
File Role Description
  Plain text file AbParser.php Class Class source
  Plain text file HCardParse.php Class Class source
  Plain text file PregMathParse.php Class Class source
  Accessible without login Plain text file test.php Aux. Auxiliary script
  Plain text file YandexParser.php Class Class source

Download Download all files: parse-contacts.tar.gz parse-contacts.zip
NOTICE: if you are using a download manager program like 'GetRight', please Login before trying to download this archive.