simounet/steam-screenshots-publisher
Composer 安装命令:
composer create-project simounet/steam-screenshots-publisher
包简介
Get screenshots from your Steam local folder, organize and publish it easily.
README 文档
README
About
This is a library to get screenshots from your Steam local folder and organize it nicely to publish these files easily.
How to use it
Look at the sample.php file for quickstart example.
With composer
Get this code from composer:
composer require simounet/steam-screenshots-publisher
Use composer's autoloading:
require __DIR__ . '/vendor/autoload.php';
Without composer
- Checkout this repo into your sources,
- Include the
src/Publisher.phpfile
include('src/Publisher.php');
Author & Community
This code is:
统计信息
- 总下载量: 14
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: AGPL-3.0
- 更新时间: 2017-04-11