Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 635 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 635 Bytes

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