PHPackages                             demorfi/synox-web-api - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. demorfi/synox-web-api

ActiveLibrary

demorfi/synox-web-api
=====================

API SynoX Web

v1.3.0(2y ago)042MITPHPPHP ^8.0

Since Dec 4Pushed 2y ago1 watchersCompare

[ Source](https://github.com/demorfi/synox-web-api)[ Packagist](https://packagist.org/packages/demorfi/synox-web-api)[ RSS](/packages/demorfi-synox-web-api/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (2)Versions (5)Used By (0)

SynoX Web API
=============

[](#synox-web-api)

Implementation of the API interface for [SynoX Web](https://github.com/demorfi/synox-web)

Composer Installation
---------------------

[](#composer-installation)

```
composer require demorfi/synox-web-api
```

### Basic Usage

[](#basic-usage)

```
$api = new \SynoxWebApi\Api('https://synox-web.domain/api/');
```

### Search Usage

[](#search-usage)

```
$search = $api->search();
$search->makeFilters()->addCategory('video')->addPackage('tpb'); // optional make filters
$profile = null; // optional profile name
foreach ($search->create('Silent Hill', $profile)->run() as $item) {
    printf("Title: %s; Size: %s\n", $item->getTitle(), $item->getWeight());
    // download only this torrent file
    if (stripos($item->getTitle(), 'Silent Hill 2') !== false) {
        // $item->getFetchId(); fetched id for download
        file_put_contents('file.torrent', $item->fetch()->download());
        return;
    }
}
```

### Download Usage

[](#download-usage)

```
$fetched = $api->content()->fetch('tpb', 'fetch id');
//$fetched->downloadUrn(); only URN path to torrent file
file_put_contents('file.torrent', $fetched->download());
```

### Change Package State

[](#change-package-state)

```
$api->packages()->changeState('tpb', true); // enable this package
```

Reporting issues
----------------

[](#reporting-issues)

If you have any issues with the application please open an issue on [GitHub](https://github.com/demorfi/synox-web-api/issues).

License
-------

[](#license)

SynoX Web is licensed under the [MIT License](http://www.opensource.org/licenses/mit-license.php).

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity50

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

###  Release Activity

Cadence

Every ~32 days

Total

4

Last Release

794d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/d71964d50136d5fc6aa0b89e4bcd184ae40eed77f73a1b53f3c47e4b48a6d73b?d=identicon)[demorfi](/maintainers/demorfi)

---

Top Contributors

[![demorfi](https://avatars.githubusercontent.com/u/7579267?v=4)](https://github.com/demorfi "demorfi (9 commits)")

---

Tags

synoxsynox-websynox api

### Embed Badge

![Health badge](/badges/demorfi-synox-web-api/health.svg)

```
[![Health](https://phpackages.com/badges/demorfi-synox-web-api/health.svg)](https://phpackages.com/packages/demorfi-synox-web-api)
```

###  Alternatives

[neuron-core/neuron-ai

The PHP Agentic Framework.

1.8k245.3k21](/packages/neuron-core-neuron-ai)[laravel-notification-channels/discord

Laravel notification driver for Discord.

2371.3M11](/packages/laravel-notification-channels-discord)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3731.2M42](/packages/tencentcloud-tencentcloud-sdk-php)[aedart/athenaeum

Athenaeum is a mono repository; a collection of various PHP packages

245.2k](/packages/aedart-athenaeum)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
