simounet/steam-screenshots-publisher

Get screenshots from your Steam local folder, organize and publish it easily.

v1.0.0 2017-04-11 20:33 UTC

This package is not auto-updated.

Last update: 2024-06-14 18:26:30 UTC


README

Steam Screenshots Publisher

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.php file
include('src/Publisher.php');

Author & Community

This code is:

  • Maintained by Simounet,
  • Provided without any warranty of any kind, under the AGPL-3.0.