Registry / serialization / sabre-vobject

sabre-vobject

JSON →
library4.6.0phppackagistunverified

Parse and manipulate iCalendar and vCard objects easily with PHP.

composer require sabre/vobject
INSTALL
IMPORT
SIG · SABRE-VOBJECT
S
sabre-vobject
serializationphpv4.6.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Reader
use Sabre\VObject\Reader;

Parse a vCard string and access its properties.

use Sabre\VObject\Reader; $vcard = Reader::read('BEGIN:VCARD\nVERSION:3.0\nFN:John Doe\nEND:VCARD'); echo $vcard->FN;
Debug
Known issues
breakingVersion 4.x has breaking changes from 3.x, especially in timezone handling.
fix
Review migration guide when upgrading from 3.x to 4.x.
affects: >=4.0.0
Upgrade
Version history
4.6.0latest on Packagist
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Resources
sabre-vobject — pip install sabre-vobject · libregistry