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

If you use `preg_split("//u", $body, -1, PREG_SPLIT_NO_EMPTY)` on a string than contains non-unicode characters (winansi) then you'll get back an empty array.

It seems like windows contacts cuts of the postcode in this vcard, I am thinking it is due to the folding being done mentioned [here.](https://github.com/jeroendesloovere/vcard/issues/95) Here is the a vcard...

Hello, great job continuing to enhance the vCard repo allowing so much reach with a simple file. After using a simple vCard script for 5 years it is time for...

Hey there, I want to check which tel-number is a work number, a home number etc but if I print_r the array of types I only get confused. Is there...

I keep getting the issue the **Its possible the file is already open or you dont have permission to open it**

Hi, @jeroendesloovere! Thank you for a great implementation of vCard objects! As you might know, there is a jCard format, specified by [RFC7085](https://www.rfc-editor.org/rfc/rfc7095). It could be good to implement Vcard...

I am using this library to build vcards on law firm websites. Most them have ampersands in their names `&` which is being used for the site title on the...

Hey everyone, seems like I might've found an issue with this library that I was hoping could be resolved. I'm trying to make a .vcf file with a picture attached...

Hi, I just want to know, how can I add CATEGORIES and URL in vcard as well as how to parse it? Ref. for CATEGORIES and URL: https://en.wikipedia.org/wiki/VCard#vCard_4.0

Currently with the 2.0.0-dev branch, the birthday, anniversary you need to specify a `new \DateTime` as constructor parameter. The problem with this, is you can't specify a date only (without...