PHPackages                             nfourtythree/vcard - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nfourtythree/vcard

ActiveCraft-plugin[Utility &amp; Helpers](/categories/utility)

nfourtythree/vcard
==================

vCard generator plugin for Craft CMS 5

3.1.0(1y ago)410.6k3[1 issues](https://github.com/nfourtythree/craft3-vcard/issues)[1 PRs](https://github.com/nfourtythree/craft3-vcard/pulls)MITPHPPHP ^8.2

Since Jan 31Pushed 1y ago2 watchersCompare

[ Source](https://github.com/nfourtythree/craft3-vcard)[ Packagist](https://packagist.org/packages/nfourtythree/vcard)[ RSS](/packages/nfourtythree-vcard/feed)WikiDiscussions 3.x Synced 1mo ago

READMEChangelog (2)Dependencies (4)Versions (12)Used By (0)

[![Plugin Icon](resources/img/icon.png)](resources/img/icon.png)

vCard plugin for Craft CMS 5.x
==============================

[](#vcard-plugin-for-craft-cms-5x)

vCard generator plugin for Craft CMS 5

Requirements
------------

[](#requirements)

This plugin requires Craft CMS 5.0.0 or later.

Installation
------------

[](#installation)

To install the plugin, follow these instructions.

1. Open your terminal and go to your Craft project:

    ```
     cd /path/to/project

    ```
2. Then tell Composer to load the plugin:

    ```
     composer require nfourtythree/vcard

    ```
3. In the Control Panel, go to Settings → Plugins and click the “Install” button for vCard.

vCard Overview
--------------

[](#vcard-overview)

This plugin generates a link to download a vCard from data you specify

Configuring vCard
-----------------

[](#configuring-vcard)

There is only one setting for this plugin which is `salt` this is a `string` used for salting the encoded data when generating the vCard link.

This can be set by creating a `vcard.php` config file in the `config/` directory. Below is an example of the config file:

```
