Skip to content

A fast PHP ical parser for vevents, based on msquare/Fastical

License

Notifications You must be signed in to change notification settings

jefflundberg/fastical

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Fastical

A fast PHP ical parser for vevents.

Requirements

  • PHP > 5.5
  • Composer

Setup

In composer.json:

{
    "require": {
        "jefflundberg/fastical": "dev-master"
    }
}

Usage

Include Composer’s autoloader

require 'vendor/autoload.php';

Get events from the next 7 days:

$f = new Fastical('events.ics');
print_r($f->getEvents(time(), time() + 7 * 24 * 60 * 60));

About

A fast PHP ical parser for vevents, based on msquare/Fastical

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%