PHPackages                             isaactopo/vcard-kirby3 - 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. isaactopo/vcard-kirby3

ActiveKirby-plugin

isaactopo/vcard-kirby3
======================

VCard Plugin for Kirby 3

0.0.1(5y ago)4841MITPHP

Since May 30Pushed 5y ago1 watchersCompare

[ Source](https://github.com/isaactopo/vcard-kirby3)[ Packagist](https://packagist.org/packages/isaactopo/vcard-kirby3)[ RSS](/packages/isaactopo-vcard-kirby3/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

VCard Plugin for Kirby 3
========================

[](#vcard-plugin-for-kirby-3)

Easily generate VCard for your contact profiles

[![Kirby](poster.jpg?v=1)](poster.jpg?v=1)

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

[](#requirements)

- Kirby V3
- PHP 7.1+
- `get_headers()` configurated on the server by `allow_url_fopen=1`

How to Install
--------------

[](#how-to-install)

You have three different methods:

#### Download

[](#download)

[Download and copy this repository](https://github.com/isaactopo/vcard-kirby3/archive/master.zip) to `/site/plugins/vcard-kirby3`

#### Git Submodule

[](#git-submodule)

```
git submodule add https://github.com/isaactopo/vcard-kirby3.git site/plugins/vcard-kirby3

```

#### Composer

[](#composer)

```
composer require isaactopo/vcard-kirby3

```

Usage
-----

[](#usage)

After installing the VCard Plugin you need to create a controller for your page, for example a profile page: `site/controllers/profile.php` : With this controller you can pass a variable to your controller like: yourdomain.com/profile/vcard:download it could be `download`or whatever you like if the param `vcard` is present

```
