vcard:此vCard PHP库可以轻松地将.vcf解析或生成导出vCard。

时间:2021-05-04 10:43:41
【文件属性】:
文件名称:vcard:此vCard PHP库可以轻松地将.vcf解析或生成导出vCard。
文件大小:32KB
文件格式:ZIP
更新时间:2021-05-04 10:43:41
php vcf vcard vcard-php PHP VCard PHP库 此VCard PHP库可以生成包含某些数据的vCard。 当使用iOS设备<iOS 8时,它将导出为.ics文件,因为iOS设备不支持默认的.vcf文件。 注意:我们正在开发一个全新的版本,以与vCard版本4.0一起使用,并具有非常好的代码质量。 用法 安装 composer require jeroendesloovere/vcard 这将使用安装最新版本的vcard 例子 use JeroenDesloovere \ VCard \ VCard ; // define vcard $ vcard = new VCard (); // define variables $ lastname = 'Desloovere' ; $ firstname = 'Jeroen' ; $ additional = '' ; $ prefix = '' ; $ suffi
【文件预览】:
vcard-master
----src()
--------VCard.php(23KB)
--------VCardException.php(818B)
--------VCardParser.php(10KB)
----phpunit.xml.dist(418B)
----examples()
--------assets()
--------example.php(1KB)
--------example_parsing.php(610B)
----.travis.yml(275B)
----LICENSE(1KB)
----README.md(5KB)
----tests()
--------wrongfile(7B)
--------empty.jpg(0B)
--------VCardExceptionTest.php(607B)
--------VCardTest.php(13KB)
--------emptyfile(0B)
--------image.jpg(539B)
--------VCardParserTest.php(11KB)
--------example.vcf(280B)
----.gitignore(28B)
----CHANGELOG.md(2KB)
----composer.json(849B)

网友评论