vcard

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

MIT License

Downloads
2.5M
Stars
498
Committers
30
vcard - Fix phpunit tests Latest Release

Published by jeroendesloovere about 1 year ago

vcard - v1.7.3

Published by jeroendesloovere almost 3 years ago

  • Add charset to addLabel()
vcard - Fix content-length

Published by jeroendesloovere over 5 years ago

vcard - Fix folding

Published by jeroendesloovere over 6 years ago

Fixes:

  • Fix folding mentioned in #95
vcard - Add support for "allow_url_fopen" === false

Published by jeroendesloovere over 6 years ago

Add support for "allow_url_fopen" === false
If a hosting has an "allow_url_fopen" ini setting set to false.
The image will now be downloaded using CURL instead of file_get_contents(xxx)

vcard -

Published by jeroendesloovere over 6 years ago

  • Label field added
vcard - Trying to fix packagist

Published by jeroendesloovere almost 7 years ago

  [Composer\Repository\RepositorySecurityException]                                                       
  The contents of https://packagist.org/p/provider-latest%240cbfb40ab72a881d21b70f78286d39cd72e3b0eb8704  
  c13e79dc49624e549973.json do not match its signature. This should indicate a man-in-the-middle attack.  
   Try running composer again and report this if you think it is a mistake.  

I'm releasing this new version in the hope that everything works again

vcard - Small PHPDoc update

Published by jeroendesloovere over 7 years ago

vcard - Fix for images

Published by jeroendesloovere over 7 years ago

Changes

  • Fixes images
  • One VCardException instead of Exception and VCardMediaException
vcard - Merged improvements

Published by jeroendesloovere over 7 years ago

Improvements:

  • #85: fix for getting the correct content-length
  • Implemented Category parsing [RFC6350], Section 6.7.1
  • [ADD] Department to ORG property in company method
  • Save Path for saving vcards on disk
vcard - addRole() and addLogo() added

Published by jeroendesloovere about 8 years ago

vcard - Iterator added to Parser

Published by jeroendesloovere over 8 years ago

Changes:

  • Add a unit test for non-existent files when using VCardParser::parseFromFile() (throws an exception)
  • Add a new method getCards(), which gets all cards. This is to complement the getCardAtIndex() method (which is great, but not sufficient).
  • Implement the Iterator interface to loop over parsed data. Let me detail this last one.

PR #67, thanks to @wadmiraal

vcard - Parser added

Published by jeroendesloovere over 8 years ago

vcard - No need to do utf8_decode again

Published by jeroendesloovere over 8 years ago

PR #62 from @sajjadrad : Remove decoding utf8 for outlook

vcard - setCharset() and getCharset() added

Published by jeroendesloovere over 9 years ago

vcard - You can now add some properties multiple times: email, address, phone number and url

Published by jeroendesloovere over 9 years ago

Improvements:

  • You can now add some properties multiple times: email, address, phone number and url
vcard - addMedia updated to check if correct file type

Published by jeroendesloovere over 9 years ago

1.1.11 (2015-05-21)

Improvements:

  • addMedia updated to check if correct file type.
vcard - Chaining + multiple mail addresses added

Published by jeroendesloovere over 9 years ago

Improvements:

  • Chaining integrated. PR #36 by @claudusd
  • Multiple mail addresses integrated. PR #35 by @mgrundkoetter
vcard - iOS8 now supports the .vcf format

Published by jeroendesloovere over 9 years ago

Improvements:

  • getHeaders() is now separate function. So frameworks can use this. Thanks to @Lidbetter
  • Fix for iOS 8 to return vcard without calendar wrapper. Thanks to @Lidbetter