jeroendesloovere/vcard-bundle
Composer 安装命令:
composer require jeroendesloovere/vcard-bundle
包简介
This Symfony 2 bundle can generate vCards with lots of data. When using an < iOS 7 device it will export as a .ics file because iOS devices don't support the default .vcf files.
README 文档
README
A Symfony2 bundle for creating vCards. Which uses the VCard class.
Usage
Installation
In composer.json
"require": { "jeroendesloovere/vcard-bundle": "1.0.*" }
and in app/AppKernel.php
public function registerBundles() { $bundles = array( // ..., new JeroenDesloovere\Bundle\VCardBundle\JeroenDesloovereVCardBundle() ); }
Example
$vcard = $this->get('jeroendesloovere.vcard'); $vcard->addName('Jeroen', 'Desloovere'); $vcard->download();
统计信息
- 总下载量: 78.11k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 17
- 点击次数: 2
- 依赖项目数: 4
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2015-05-29