PHPackages                             mgargano/rotoworld - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. mgargano/rotoworld

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

mgargano/rotoworld
==================

Composer package that parses Rotoworld's DOM for news stories

0.3.3(7y ago)0451GPL-3.0+PHPPHP &gt;=5.3.0

Since Jan 7Pushed 7y ago1 watchersCompare

[ Source](https://github.com/matgargano/rotoworld)[ Packagist](https://packagist.org/packages/mgargano/rotoworld)[ Docs](http://matgargano.com)[ RSS](/packages/mgargano-rotoworld/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (1)Versions (11)Used By (0)

Rotoworld News
==============

[](#rotoworld-news)

Easily grab information from Rotoworld's news site. An example usage of this package would be to populate a database that powers a service for news.

**Usage**

*Using composer*

This package is set up to be required via [Composer](http://getcomposer.org/), for example:

```
{
    "require": {
        "mgargano/rotoworld": "~0.2.2"
    }
}

```

*Note*The times for news articles default to America/New\_York

*PHP example*

```
