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

hey , i am using the basic example but in my case it takes about 10 sec to start the download , anyone knows what might cause it ?

I've been trying to add a URL, both clean from the sample code as well as the social TYPE= versions, but I'm not getting it to work. As the title...

I am trying to add photo dynamically from the database but i keep receiving this error "mime_content_type($user->basicInfo->image): failed to open stream: No such file or directory", however when i dump...

Can I convert a VCF file into an Excel form?

Not all language concatenate the fullname using the format "Prefix Firstname Additonal Lastname Suffix". Chinese names for example uses the format "LastnameFirstname". This request allows the user to optionally pass...

``` BEGIN:VCARD VERSION:3.0 FN:Alejandro item1.TEL:+34 555 55 55 55 item1.X-ABLabel:Móvil BDAY:--0621 CATEGORIES:myContacts END:VCARD ``` Fails at --0621 ``` In VCardParser.php line 296: DateTime::__construct(): Failed to parse time string (--0621) at...

Hi, my problem is the file can't be download on chrome android, it work fine on other browsers and on pc, but on chrome android i have a download error...

hi i found website that makes custom vcard and puts social networks inside vcard how can i do that in your package? ![WhatsApp Image 2020-03-04 at 11 49 19 AM](https://user-images.githubusercontent.com/18643602/75860474-210a4e80-5e11-11ea-9e0a-8533df38097a.jpeg)...

fix Name Property (wrong order: FN and N have different orders!) mandatory check for fullname (fix #113 ) based on #128

hi thank you for this lib im creating an array of member and this is work . but when i want to send save() or download() function , dont work...