sabre / vobject
The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects
4.6.0
2026-05-31 13:04 UTC
Requires
- php: ^7.1 || ^8.0
- ext-mbstring: *
- sabre/xml: ^2.1 || ^3.0 || ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ~2.17.1
- phpstan/phpstan: ^0.12 || ^1.12 || ^2.0
- phpunit/php-invoker: ^2.0 || ^3.1
- phpunit/phpunit: ^7.5 || ^8.5 || ^9.6
Suggests
- hoa/bench: If you would like to run the benchmark scripts
This package is auto-updated.
Last update: 2026-06-02 04:58:23 UTC
README
The VObject library allows you to easily parse and manipulate iCalendar and vCard objects using PHP.
The goal of the VObject library is to create a very complete library, with an easy-to-use API.
Installation
Make sure you have Composer installed, and then run:
composer require sabre/vobject "^4.0"
This package requires PHP 5.5. If you need the PHP 5.3/5.4 version of this package instead, use:
composer require sabre/vobject "^3.4"
Usage
Support
Head over to the SabreDAV mailing list for any questions.
Made at fruux
This library is being developed by fruux. Drop us a line for commercial services or enterprise support.