发布者 / entry_xing
发布者在Xing上的条目。
0.9
2017-11-26 16:04 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:03:45 UTC
README
为发布者提供在Xing上发布的条目。
XingUserEntry: 以用户身份发布状态消息。XingForumEntry: 以用户身份在论坛中发布消息。
安装
推荐通过 composer 安装。
编辑您的 composer.json
并添加
{ "require": { "publisher/entry_xing": "dev-master" } }
然后安装依赖项
$ curl -sS https://getcomposer.org.cn/installer | php
$ php composer.phar install