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 71 vcard issues
Sort by recently updated
recently updated
newest added

Hello. By using the example the *.vcf is generated and downloaded with the message "is not commonly downloaded and may be dangerous" in Google Chrome Version 101. Where I can...

Using v1.7.2 On my production sysstem allow_url_fopen is set to false. I am trying to add a local file photo to the vcard using addPhoto(). When I do addPhoto("/path/to/local/file.png"), addMedia...

```php if (array_key_exists('Content-Type', $headers)) { $mimeType = $headers['Content-Type']; ... } ``` In VCard::addMedia() on line `239` and `240`, the `'Content-Type'` lookup should be case insensitive. Header `content-type: image/jpeg` will throw...

One of my address paramters has an umlaut, so I am utf8_encoding it to correctly display it in the vcard. This works for other fields, but for address, it produces...

Hey , I know I can add multiple urls in VCF, But I want to show specific facebook link . In others vcf it's specified as facebook but in this...

feature

Am I missing something or in the `README.md` when you are doing: ``` return $vcard->download(); ``` you are returning the result of `->download()` that is a `void` function?

Adding a method to set the source from which a new version of the vCard can get fetched. Obsolete if setProperty() will get set to public.

vcard download directly opens iphone contacts app preview, but in android it has to be downloaded, then saved or imported to contacts and then manually need to go and search...

When i use **addUrl('https://google.com','GOOGLE');** it is show me all time **Website Label** how can i change that can you help me?

In php 8 error Deprecate required parameters after optional parameters in function/method signatures if include has default value