Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/sabre-io/vobject
:date: The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects
https://github.com/sabre-io/vobject
Last synced: about 9 hours ago
JSON representation
:date: The VObject library for PHP allows you to easily parse and manipulate iCalendar and vCard objects
- Host: GitHub
- URL: https://github.com/sabre-io/vobject
- Owner: sabre-io
- License: bsd-3-clause
- Created: 2012-08-04T22:16:41.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2024-12-02T00:21:11.000Z (10 days ago)
- Last Synced: 2024-12-06T15:23:43.264Z (6 days ago)
- Language: PHP
- Homepage: http://sabre.io/vobject/
- Size: 4 MB
- Stars: 570
- Watchers: 35
- Forks: 128
- Open Issues: 94
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-php - VObject - A library for parsing VCard and iCalendar objects. (Table of Contents / Markup and CSS)
- awesome-php-cn - VObject - 一个库解析电子名片和iCalendar对象. (目录 / 标记和CSS Markup and CSS)
- awesome-projects - VObject - A library for parsing VCard and iCalendar objects. (PHP / Markup and CSS)
- awesome-php - VObject - A library for parsing VCard and iCalendar objects. (Table of Contents / Markup and CSS)
README
sabre/vobject
=============The VObject library allows you to easily parse and manipulate [iCalendar](https://tools.ietf.org/html/rfc5545)
and [vCard](https://tools.ietf.org/html/rfc6350) 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][1] 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
-----* [Working with vCards](http://sabre.io/vobject/vcard/)
* [Working with iCalendar](http://sabre.io/vobject/icalendar/)Support
-------Head over to the [SabreDAV mailing list](http://groups.google.com/group/sabredav-discuss) for any questions.
Made at fruux
-------------This library is being developed by [fruux](https://fruux.com/). Drop us a line for commercial services or enterprise support.
[1]: https://getcomposer.org/