PHP Classes

File: README.md

Recommend this page to a friend!
  Classes of Raskin Veniamin   PHP Address Parser   README.md   Download  
File: README.md
Role: Documentation
Content type: text/markdown
Description: Documentation
Class: PHP Address Parser
Extract address and other contact types from text
Author: By
Last change:
Date: 4 years ago
Size: 257 bytes
 

Contents

Class file image Download

yii2-parse-contacts

Parse contacts

-- add to config

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

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