2017 © Pedro Peláez
 

library pnwphp-2017-schedule-client

A nicely-wrapped scraper for the PNWPHP 2017 conference schedule

image

iansltx/pnwphp-2017-schedule-client

A nicely-wrapped scraper for the PNWPHP 2017 conference schedule

  • Wednesday, September 6, 2017
  • by iansltx
  • Repository
  • 1 Watchers
  • 0 Stars
  • 46 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

PNWPHP 2017 Schedule Client

Scrapes the PNWPHP 2017 schedule, providing a list of conference events., (*1)

This file is syntactically valid PHP, so you can run it to see how the examples work. And yes, that's why there are close-tags everywhere., (*2)

To start, composer require iansltx/pnwphp-2017-schedule-client. Then:, (*3)

getSchedule(); // make the call to the PNWPHP website and scrape the schedule

?>

A schedule is an event collection with a few convenience methods, containing Event objects, which implement __toString() and jsonSerialize(). Both return a string suitable for display, so if you want more data in your JSON blob you'll want to pull data out of each event manually., (*4)

filterOutPast(new \DateTimeImmutable('2017-09-10'))->first() . ".\n");

?>

The Versions

06/09 2017

dev-master

9999999-dev https://github.com/iansltx/pnwphp-2017-schedule-client

A nicely-wrapped scraper for the PNWPHP 2017 conference schedule

  Sources   Download

MIT

The Requires

 

conference pnwphp