dmscn-eu/sceneorg-file-info

Library to retrieve information on scene.org files

dev-master 2017-10-02 19:51 UTC

This package is not auto-updated.

Last update: 2024-04-22 05:01:54 UTC


README

Class to parse file information like for e.g. fr-025-final2.zip.

Usage

$service = new DmscnEu\SceneOrgFileInfo\Service($guzzleClient);
$fileInfo = $service->getFileInfo($uri = 'http://de.scene.org/pub/parties/2014/atparty14/results.txt');

echo $fileInfo->getId();