2017 © Pedro PelĂĄez
 

library fastical

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

image

jefflundberg/fastical

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

  • Friday, February 26, 2016
  • by jefflundberg
  • Repository
  • 1 Watchers
  • 1 Stars
  • 13 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

Fastical

A fast PHP ical parser for vevents., (*1)

Requirements

  • PHP > 5.5
  • Composer

Setup

In composer.json:, (*2)

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

Usage

Include Composer’s autoloader, (*3)

require 'vendor/autoload.php';

Get events from the next 7 days:, (*4)

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

The Versions

26/02 2016

dev-develop

dev-develop https://github.com/jefflundberg/fastical

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

  Sources   Download

GPL-2.0

The Requires

 

calendar parse ics ical vevents

24/02 2016

dev-master

9999999-dev https://github.com/jefflundberg/fastical

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

  Sources   Download

GPL-2.0

The Requires

 

calendar parse ics ical vevents