-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Robert Kummer
committed
Feb 7, 2017
1 parent
d13d517
commit e42a6f8
Showing
1 changed file
with
10 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,11 @@ | ||
# calendar | ||
# ICAL / ICS Calendar Library | ||
|
||
[![Latest Stable Version](https://poser.pugx.org/ipunkt/calendar/v/stable.svg)](https://packagist.org/packages/ipunkt/calendar) [![Latest Unstable Version](https://poser.pugx.org/ipunkt/calendar/v/unstable.svg)](https://packagist.org/packages/ipunkt/calendar) [![License](https://poser.pugx.org/ipunkt/calendar/license.svg)](https://packagist.org/packages/ipunkt/calendar) [![Total Downloads](https://poser.pugx.org/ipunkt/calendar/downloads.svg)](https://packagist.org/packages/ipunkt/calendar) | ||
|
||
PHP Library for reading and writing ical/ics calendar files | ||
|
||
## Quickstart | ||
|
||
``` | ||
composer require ipunkt/calendar | ||
``` |