Skip to content

Latest commit

 

History

History
10 lines (7 loc) · 636 Bytes

README.md

File metadata and controls

10 lines (7 loc) · 636 Bytes

PHP-vCard

Virtual Contact File, also known as vCard, is a file format standard for electronic business cards. They can contain name and address information, telephone numbers, e-mail addresses, URLs, logos, photographs, and audio clips.

I originally created this code for the ProcessWire theme, but it can be used in any PHP project. The vCard link is created from the person's information and sent as a GET request to the receiving page. The browser downloads the result to the visitor.

More information about vCard: