nekoding/saucenao-php

PHP wrapper for SauceNAO's API

v1.0.0 2023-08-29 22:51 UTC

This package is auto-updated.

Last update: 2024-05-30 01:16:51 UTC


README

Latest Version on Packagist Total Downloads GitHub Actions

Unofficial PHP wrapper for SauceNAO's API heavily inspired by saucenao_api & saucenao-nim

Installation

You can install the package via composer:

composer require nekoding/saucenao-php

Usage

$saucenao = new \Nekoding\Saucenao\Saucenao('your api key here');
$result = $saucenao->fromUrl('https://redacted.com/your-image-here.jpg');

// or check folder example

Testing

composer test

Changelog

Please see CHANGELOG for more information what has changed recently.

Contributing

Please see CONTRIBUTING for details.

License

The GNU GPLv3. Please see License File for more information.