sabre / vobject
The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects
5.0.0
2026-07-07 03:29 UTC
Requires
- php: ^8.2
- ext-json: *
- ext-mbstring: *
- sabre/xml: ^3.0 || ^4.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.95
- phpstan/extension-installer: ^1.4
- phpstan/phpstan: ^2.2
- phpstan/phpstan-phpunit: ^2.0
- phpstan/phpstan-strict-rules: ^2.0
- phpunit/php-invoker: ^5.0
- phpunit/phpunit: ^11.5
- rector/rector: ^2.4
Suggests
- hoa/bench: If you would like to run the benchmark scripts
This package is auto-updated.
Last update: 2026-07-07 05:44:55 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.