slavicd/reddit-api-client
Composer 安装命令:
composer require slavicd/reddit-api-client
包简介
PHP Reddit client for posting stuff programmatically.
README 文档
README
Composer library for posting Reddit links to the developer account programmatically.
https://www.reddit.com/dev/api/
Usage
- create an app on Reddit
composer require slavicd/reddit-api-client:*@dev
<?php require 'vendor/autoload.php'; $rdtClient = new Entropi\RedditClient\Client($config); // see code for required $config keys $rdtClient->submit('technology', 'Post about technology', 'self', null, 'Hello world!');
Contributing
Accompany your PRs with relevant tests.
统计信息
- 总下载量: 41
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2018-08-28