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

Hello, thanks for the project, I think it's great, almost perfect for what I'm looking for. Can we get UID added as a supported property? I just basically duplicated the...

Error thrown during converting value encoding from specified in VCF file to UTF-8 should be caught, but it is not, becouse since PHP 8.0.0 `\mb_convert_encoding()` will throw `\ValueError` (as mentioned...

Hey there, There seems to be an common issue on Android to import vcards with line folding. If i read the rfc right line folding is optional and not mandatory....

Hello, I propose a significant improvement in the management of telephone numbers within your library. This enhancement aims to standardize phone number formatting based on the RFC3966 standard for phone...

Hello, I noticed an issue in the `parseVcfString` method of the `NameParser` class, where the order of elements extracted from the VCF string does not match the expected fields for...

Hello, During a massive import, I noticed a fairly significant loss of data, particularly on telephone numbers which did not have the right type. Example, on an old VCF file...

Good morning, I noticed that the convertEmptyStringToNull function in your code was not working as expected when handling variables like $lastName, $firstName, etc. The reason is that these variables are...

This PR will complete deprecate PHP7 usage as it was possible years before, as PHP7 is already a long time end of life. Previous branches can be used if PHP7...

Hello, for ios it immediately opens the window for adding a contact, but for android it does not work. https://drive.google.com/file/d/1fpAilerSP1b5JoNPQD5FfIG5k1Xa74qt/view?usp=sharing (ios) https://drive.google.com/file/d/1-CCdSYcI5mc18lDYAlRyim02yDsIzIh0/view?usp=sharing (android) tell me how to fix it!