PHP Classes

File: composer.json

Recommend this page to a friend!
  Classes of Raskin Veniamin   PHP Address Parser   composer.json   Download  
File: composer.json
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: PHP Address Parser
Extract address and other contact types from text
Author: By
Last change:
Date: 4 years ago
Size: 719 bytes
 

Contents

Class file image Download
{ "name": "vench/yii2-parse-contacts", "description": "Yii2 parse contacts", "keywords": [ "yii2", "extension", "parse", "contacts" ], "homepage": "https://github.com/vench/yii2-parse-contacts", "type": "yii2-extension", "license": "Apache Licens 2.0", "authors": [ { "name": "Vench master", "homepage": "http://www.spb.vench-master.ru/" } ], "require": { "yiisoft/yii2": "~2.0.4", "mf2/mf2": "~0.3" } , "autoload": { "psr-4": { "Vench\\ParseContacts\\": "/", "Vench\\ParseContacts\\Parsers\\": "/parsers/", "Vench\\ParseContacts\\Commands\\": "/commands/", "Vench\\ParseContacts\\Models\\": "/models/", "Vench\\ParseContacts\\Ext\\": "/ext/" } }, "extra": { } }