vcard icon indicating copy to clipboard operation
vcard copied to clipboard

This vCard PHP library can easily parse or generate/export vCards as .vcf

Results 66 vcard issues
Sort by recently updated
recently updated
newest added

When i use this on Android, then it's working fine and download a file with .vcf extension. But when i use this with Iphone then it's not working only show...

Can you add GEO key? Or can I add custom key=value pair?

since the PHP 8.0 issues have been resolved can we please do a new release tagging the latest version so we can properly download it via composer?

The current build generates a vcard which cannot be parsed by Outlook or iOS. This is specific to the Phone and Email-Types. Currently it is: ``` TEL;PREF;WORK:+49 (0) 123 456...

The current build generates a vcard which cannot be parsed by Outlook or iOS. This is specific to the Phone and Email-Types. Currently it is: ``` TEL;WORK:+49 (0) 123 456...

EMAIL;INTERNET:[email protected] seems not right and some software give error on importing contact

Hi, I know this will be an issue with something that I have done, but have no idea how to resolve it. On a desktop, it works without an issue...

Why is there title and role properties, but no org for the newest dev version? Can we easily add missing properties ourselves? Is this still being developed? Thanks!

It should be possible to set any properties you need to. For example, the "fullname" ("FN") property is automatically set and to customize the full name, `setProperty` needs to be...