mirror of
https://github.com/rlanvin/php-rrule.git
synced 2025-04-06 21:57:37 +02:00
Add composer.lock to gitignore and update README
This commit is contained in:
parent
9ec3132909
commit
b0d91d3b2c
3
.gitignore
vendored
3
.gitignore
vendored
@ -1,3 +1,4 @@
|
||||
*.sublime*
|
||||
vendor
|
||||
test.php
|
||||
test.php
|
||||
composer.lock
|
@ -1,7 +1,7 @@
|
||||
# RRULE for PHP
|
||||
|
||||
Lightweight and fast implementation of recurrence rules for PHP (RFC 5545), to easily work with recurring dates and events (such as in a calendar).
|
||||
This library is heavily based on [python-dateutil](https://labix.org/python-dateutil).
|
||||
Lightweight and fast implementation of recurrence rules for PHP (`RRULE` from RFC 5545), to easily calculate recurring/repeating dates and events (such as in a calendar).
|
||||
This library started as a port of [python-dateutil](https://labix.org/python-dateutil).
|
||||
|
||||
[](https://travis-ci.org/rlanvin/php-rrule)
|
||||
[](https://packagist.org/packages/rlanvin/php-rrule)
|
||||
|
Loading…
x
Reference in New Issue
Block a user