PHPackages                             kigkonsult/phpvcardmgr - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. kigkonsult/phpvcardmgr

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

kigkonsult/phpvcardmgr
======================

The PHP class package managing Vcard/Xcard/Jcard information

v1.0.9(3y ago)2101LGPL-3.0-or-laterPHPPHP &gt;=7.1

Since Jul 24Pushed 3y ago1 watchersCompare

[ Source](https://github.com/iCalcreator/PhpVcardMgr)[ Packagist](https://packagist.org/packages/kigkonsult/phpvcardmgr)[ Fund](https://paypal.me/kigkonsult)[ RSS](/packages/kigkonsult-phpvcardmgr/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (7)Versions (4)Used By (0)

PhpVcardMgr
===========

[](#phpvcardmgr)

is the PHP class package managing

> Vcard / Xcard / Jcard information

###### supporting

[](#supporting)

- vCard Format Specification, 4.0, [rfc6350](https://www.rfc-editor.org/rfc/rfc6350.html), format / parse
- xCard: vCard XML Representation, [rfc6351](https://www.rfc-editor.org/rfc/rfc6351.html), format / parse
- jCard: The JSON Format for vCard, 4.0, [rfc7095](https://www.rfc-editor.org/rfc/rfc7095.html), format / parse
- vCard MIME Directory Profile, Vcard 3.0, [rfc2426](https://www.rfc-editor.org/rfc/rfc2426.html)

    - format Vcard 3.0 from a 4.0 structure
    - parse Vcard 3.0 into a 4.0 structure

###### provides

[](#provides)

- access to a Vcard / Property 4.0 class structure for arbitrary use, more info in [PhpVcardMgr](docs/PhpVcardMgr.md), [Vcard](docs/Vcard.md), or [Properties](docs/Properties.md) docs

#### Usage

[](#usage)

Parse an input string into vCards :

```
