Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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 1 month ago
JSON representation

Vcard generator library for PHP

Awesome Lists containing this project

README

        

vCard generator
===============
[![Latest Version](https://img.shields.io/github/release/rutgerkirkels/vcard-generator.svg?style=flat-square)](https://github.com/rutgerkirkels/vcard-generator/releases)
[![Total Downloads](https://img.shields.io/packagist/dt/rutgerkirkels/vcard-generator.svg?style=flat-square)](https://packagist.org/packages/rutgerkirkels/vcard-generator)
![License](https://img.shields.io/github/license/mashape/apistatus.svg?style=flat-square)

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
```