PHP Package: jeroendesloovere/vcard

The PHP library vCard provides a simple way to generate and read vCards in PHP, facilitating contact information management.

Current Version: 1.7.4
Last Updated: 2023-09-07
PHP Requirement: >=7.3.0
Dependencies:
jeroendesloovere/vcard-parser
⚠️ To ensure full functionality, the above dependencies might be required.

Package Description

vCard library by jeroendesloovere allows for easy integration of vCard functionality in PHP applications. It simplifies the process of handling contact information through vCards, enhancing user experience and data management. With support for various vCard versions, this library streamlines interactions with contact details, ensuring compatibility and efficiency in storing and exchanging information.

📦 Show all available classes🔗 View on GitHub

Download Latest Version: 1.7.4

Download Download v1.7.4

Code Integration Example

Make sure to include the correct namespace and class paths for proper usage.

<?php
// Example from PHPlibraries.com
require_once 'libs/jeroendesloovere/vcard/1.7.4/loader.php';
require_once 'libs/jeroendesloovere/vcard-parser/{lib_version}/loader.php';

use JeroenDesloovere\VCard\VCard;

$obj = new VCard();
echo '✅ Test OK: ' . get_class($obj);
?>

We aim to make using PHP packages easier without Composer. If something doesn't work, let us know — we'll fix it promptly.

Community Discussion

Ask questions, share tips, or report issues below.