https://github.com/rutgerkirkels/vcard-generator
Vcard generator library for PHP
https://github.com/rutgerkirkels/vcard-generator
library php php72 vcard vcf vcf-files vcftools
Last synced: about 2 months ago
JSON representation
Vcard generator library for PHP
- Host: GitHub
- URL: https://github.com/rutgerkirkels/vcard-generator
- Owner: rutgerkirkels
- License: mit
- Created: 2018-12-01T20:21:48.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-12-08T22:58:40.000Z (over 6 years ago)
- Last Synced: 2025-01-30T05:26:40.233Z (4 months ago)
- Topics: library, php, php72, vcard, vcf, vcf-files, vcftools
- Language: PHP
- Homepage:
- Size: 22.5 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
vCard generator
===============
[](https://github.com/rutgerkirkels/vcard-generator/releases)
[](https://packagist.org/packages/rutgerkirkels/vcard-generator)
This PHP-library enables you to generate a vCard from external data like a database, CSV file or any other data source.
## Installation
Installation is easy through Composer:
```
composer require rutgerkirkels/vcard-generator
```