/vCard2JSON

Simple way to parse vCard to JSON

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Simple PHP vCard to JSON

oFahel

Warning: Project not rigorously tested!

🎉 Installation/Usage

Download the vcard.php and put on your project folder.

<?php
include("vcard.php");

//vCard content can be placed on initialization or method usage

//Instantiate the library, optionally pass your vCard content
$vCard = new vCard2JSON(_your_vCard_content);

//Get JSON from vCard, optionally pass your vCard content
$json = $vCard->getJSON();

?>

Development

Want to contribute? Great! You are welcome 🥳

License

GNU General Public License