publisher/entry_twitter

Entries for publisher/publisher to post on Twitter.

0.9 2017-11-26 16:03 UTC

This package is not auto-updated.

Last update: 2024-05-25 18:20:52 UTC


README

Provides Entries for publisher/publisher to post to Twitter.

TwitterUserEntry: post a status message as a user.

Installation

The recommended way to install this is through composer.

Edit your composer.json and add:

{
    "require": {
        "publisher/entry_twitter": "dev-master"
    }
}

And install dependencies:

$ curl -sS https://getcomposer.org/installer | php
$ php composer.phar install