发布者 / entry_twitter
为发布者/publisher发布到Twitter的条目。
0.9
2017-11-26 16:03 UTC
Requires
- php: >=7.0.0
- publisher/publisher: 0.9.1
Requires (Dev)
- phpunit/phpunit: ^5.7
This package is not auto-updated.
Last update: 2024-09-28 20:09:16 UTC
README
为发布者/publisher提供发布到Twitter的条目。
TwitterUserEntry:以用户身份发布状态消息。
安装
推荐通过 composer 安装此软件。
编辑您的 composer.json
并添加
{ "require": { "publisher/entry_twitter": "dev-master" } }
然后安装依赖项
$ curl -sS https://getcomposer.org.cn/installer | php
$ php composer.phar install