https://github.com/timoanttila/php-vcard
Automatically create a vCard for all contacts in any PHP project.
https://github.com/timoanttila/php-vcard
php php-example vcard vcard-php
Last synced: 3 months ago
JSON representation
Automatically create a vCard for all contacts in any PHP project.
- Host: GitHub
- URL: https://github.com/timoanttila/php-vcard
- Owner: timoanttila
- Created: 2020-12-18T08:38:54.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2020-12-18T17:40:50.000Z (over 4 years ago)
- Last Synced: 2025-01-20T09:47:11.679Z (5 months ago)
- Topics: php, php-example, vcard, vcard-php
- Language: PHP
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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:**
- https://www.timeatlas.com/what-is-a-vcard/
- https://en.wikipedia.org/wiki/VCard
- https://vcardmaker.com/