publisher / entry_twitter
Entries for publisher/publisher to post on Twitter.
Installs: 12
Dependents: 1
Suggesters: 2
Security: 0
Stars: 1
Watchers: 1
Forks: 0
Open Issues: 0
pkg:composer/publisher/entry_twitter
Requires
- php: >=7.0.0
- publisher/publisher: 0.9.1
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2025-10-12 02:17:00 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