PHPackages                             jeroendesloovere/vcard-bundle - 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. jeroendesloovere/vcard-bundle

ActiveSymfony-bundle[Utility &amp; Helpers](/categories/utility)

jeroendesloovere/vcard-bundle
=============================

This Symfony 2 bundle can generate vCards with lots of data. When using an &lt; iOS 7 device it will export as a .ics file because iOS devices don't support the default .vcf files.

1.2.3(7y ago)1677.3k↓45.7%5[2 issues](https://github.com/jeroendesloovere/vcard-bundle/issues)3MITPHPPHP &gt;=5.3.3

Since May 29Pushed 7y ago3 watchersCompare

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

READMEChangelog (10)Dependencies (2)Versions (12)Used By (3)

VCardBundle
===========

[](#vcardbundle)

A Symfony2 bundle for creating vCards. Which uses the [VCard class](https://github.com/jeroendesloovere/vcard).

Usage
-----

[](#usage)

### Installation

[](#installation)

In **composer.json**

```
"require": {
    "jeroendesloovere/vcard-bundle": "1.0.*"
}
```

**and in `app/AppKernel.php`**

```
public function registerBundles()
{
    $bundles = array(
        // ...,
        new JeroenDesloovere\Bundle\VCardBundle\JeroenDesloovereVCardBundle()
    );
}
```

### Example

[](#example)

```
$vcard = $this->get('jeroendesloovere.vcard');

$vcard->addName('Jeroen', 'Desloovere');
$vcard->download();
```

###  Health Score

38

—

LowBetter than 85% of packages

Maintenance18

Infrequent updates — may be unmaintained

Popularity38

Limited adoption so far

Community19

Small or concentrated contributor base

Maturity65

Established project with proven stability

 Bus Factor1

Top contributor holds 95% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~128 days

Recently: every ~319 days

Total

11

Last Release

2727d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/588616?v=4)[Jeroen Desloovere](/maintainers/jeroendesloovere)[@jeroendesloovere](https://github.com/jeroendesloovere)

---

Top Contributors

[![jeroendesloovere](https://avatars.githubusercontent.com/u/588616?v=4)](https://github.com/jeroendesloovere "jeroendesloovere (38 commits)")[![SimonHeimberg](https://avatars.githubusercontent.com/u/16302148?v=4)](https://github.com/SimonHeimberg "SimonHeimberg (1 commits)")[![to-be-the-best](https://avatars.githubusercontent.com/u/9900194?v=4)](https://github.com/to-be-the-best "to-be-the-best (1 commits)")

---

Tags

phpbundlegeneratorSymfony2vCardvcf

### Embed Badge

![Health badge](/badges/jeroendesloovere-vcard-bundle/health.svg)

```
[![Health](https://phpackages.com/badges/jeroendesloovere-vcard-bundle/health.svg)](https://phpackages.com/packages/jeroendesloovere-vcard-bundle)
```

###  Alternatives

[jeroendesloovere/vcard

This VCard PHP class can generate a vCard with some data. When using an iOS device it will export as a .ics file because iOS devices don't support the default .vcf files.

5193.6M12](/packages/jeroendesloovere-vcard)[tomloprod/radiance

A deterministic mesh gradient avatar generator for PHP.

1393.7k](/packages/tomloprod-radiance)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
