PHPackages                             bytes-commerce/synology-php-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. bytes-commerce/synology-php-api

ActiveSymfony-bundle

bytes-commerce/synology-php-api
===============================

An API wrapper to connect and interact with any Synology Drive accessible for the application.

1.0.15(9mo ago)22.8k↓50%1[1 PRs](https://github.com/bytes-commerce/synology-php-api/pulls)proprietaryPHPPHP &gt;=8.2

Since Apr 6Pushed 5mo ago1 watchersCompare

[ Source](https://github.com/bytes-commerce/synology-php-api)[ Packagist](https://packagist.org/packages/bytes-commerce/synology-php-api)[ RSS](/packages/bytes-commerce-synology-php-api/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (10)Dependencies (13)Versions (31)Used By (0)

Symfony Synology NAS API Bundle
===============================

[](#symfony-synology-nas-api-bundle)

The Symfony Synology NAS API Bundle seamlessly integrates the Synology NAS API into your Symfony application. Leveraging the [bytes-commerce/synology-php-api](https://packagist.org/packages/bytes-commerce/synology-php-api) package, this bundle simplifies connecting to and managing your Synology NAS directly from your Symfony project.

Features
--------

[](#features)

- **Easy Integration:** Quickly add Synology NAS functionalities to your Symfony app.
- **Robust API Connection:** Use a well-tested API to interact with your Synology NAS.
- **Configuration Flexibility:** Customize connection parameters to fit your environment.
- **Symfony-Friendly:** Designed for seamless integration with the Symfony ecosystem.

Requirements
------------

[](#requirements)

- PHP 8.2 or higher
- Symfony 7.2 or higher
- Composer

Installation
------------

[](#installation)

Install the bundle using Composer:

```
composer require bytes-commerce/synology-php-api
```

If you are using Symfony Flex, the bundle will be automatically registered. Otherwise, ensure the bundle is added in your `config/bundles.php`.

Configuration
-------------

[](#configuration)

There is no configuration that needs to be done, besides passing your credentials in any way you'd like to the `RequestManagerFactory`. The bundle does everything else for you.

```
use BytesCommerce\SynologyApi\Factory\RequestManagerFactory;

        $manager = $this->managerFactory->createManager(
            'https://.de99.quickconnect.to',
            '',
            ''
        );
```

NAS Configuration
-----------------

[](#nas-configuration)

You need to create all Shares that you wish to work with first. Top-level shares seem not to be creatable by the bundle, so if you want to write to a specific location that is not existing yet, you need to create it first. Besides Shares, the API can create subfolders recursively.

For more advanced functionality, refer to the [Synology PHP API documentation](https://github.com/bytes-commerce/synology-php-api).

Contributing
------------

[](#contributing)

Contributions to the Symfony Synology NAS API Bundle are welcome! To contribute:

1. Fork the repository.
2. Create a new feature branch.
3. Commit your changes.
4. Open a pull request with a description of your changes.

License
-------

[](#license)

This bundle is open-sourced software licensed under the [MIT License](LICENSE).

Support
-------

[](#support)

If you encounter any issues or have suggestions for improvements, please open an issue on the [GitHub repository](https://github.com/bytes-commerce/synology-php-api).

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance66

Regular maintenance activity

Popularity25

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity60

Established project with proven stability

 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 ~9 days

Total

16

Last Release

273d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/7ecc09b9aec2e66ff72e4e7f5565a150845eb4a47935ecfdeb81725cd392be60?d=identicon)[bytes-commerce](/maintainers/bytes-commerce)

---

Top Contributors

[![bytes-max](https://avatars.githubusercontent.com/u/6654389?v=4)](https://github.com/bytes-max "bytes-max (34 commits)")

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan, Rector

Type Coverage Yes

### Embed Badge

![Health badge](/badges/bytes-commerce-synology-php-api/health.svg)

```
[![Health](https://phpackages.com/badges/bytes-commerce-synology-php-api/health.svg)](https://phpackages.com/packages/bytes-commerce-synology-php-api)
```

###  Alternatives

[shopware/platform

The Shopware e-commerce core

3.3k1.5M3](/packages/shopware-platform)[sylius/sylius

E-Commerce platform for PHP, based on Symfony framework.

8.4k5.6M651](/packages/sylius-sylius)[prestashop/prestashop

PrestaShop is an Open Source e-commerce platform, committed to providing the best shopping cart experience for both merchants and customers.

9.0k15.4k](/packages/prestashop-prestashop)[ec-cube/ec-cube

EC-CUBE EC open platform.

78527.0k1](/packages/ec-cube-ec-cube)[sulu/sulu

Core framework that implements the functionality of the Sulu content management system

1.3k1.3M152](/packages/sulu-sulu)[shopware/core

Shopware platform is the core for all Shopware ecommerce products.

595.2M386](/packages/shopware-core)

PHPackages © 2026

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