PHPackages                             spiderweb/sylius-sendcloud-plugin - 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. [HTTP &amp; Networking](/categories/http)
4. /
5. spiderweb/sylius-sendcloud-plugin

ActiveSylius-plugin[HTTP &amp; Networking](/categories/http)

spiderweb/sylius-sendcloud-plugin
=================================

Sylius 2 plugin for SendCloud shipping automation

v1.0.0(today)00MITPHPPHP &gt;=8.2

Since Jun 20Pushed todayCompare

[ Source](https://github.com/Zalastan/sylius-sendcloud)[ Packagist](https://packagist.org/packages/spiderweb/sylius-sendcloud-plugin)[ Docs](https://www.spider-web.fr)[ RSS](/packages/spiderweb-sylius-sendcloud-plugin/feed)WikiDiscussions master Synced today

READMEChangelog (10)Dependencies (7)Versions (2)Used By (0)

Sylius SendCloud Plugin
=======================

[](#sylius-sendcloud-plugin)

Sylius 2 plugin for SendCloud shipping automation. Automatically creates parcels in SendCloud when a shipment is marked as shipped, and stores the tracking number back on the shipment.

Features
--------

[](#features)

- Creates a SendCloud parcel automatically on the `ship` workflow transition
- Stores the tracking number returned by SendCloud on the Sylius shipment
- Encrypts API credentials at rest using libsodium (`ext-sodium`)
- Admin configuration page under `/admin/sendcloud/configuration`

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

[](#requirements)

- PHP 8.2+
- Sylius 2.0+
- `ext-sodium`

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

[](#installation)

```
composer require spiderweb/sylius-sendcloud-plugin
```

Register the plugin in your Symfony application:

```
// config/bundles.php
return [
    // ...
    SpiderWeb\Sylius\SendCloudPlugin\SendCloudPlugin::class => ['all' => true],
];
```

Import the routes:

```
# config/routes/sendcloud.yaml
spiderweb_sendcloud:
    resource: "@SendCloudPlugin/config/routes.yaml"
```

Run the database migration:

```
php bin/console doctrine:migrations:diff
php bin/console doctrine:migrations:migrate
```

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

[](#configuration)

Go to **Admin → SendCloud** and enter your SendCloud API credentials (Settings → Integrations → API in your SendCloud account).

API keys are encrypted in the database using your application's `APP_SECRET`. If `APP_SECRET` changes, you will need to re-enter the credentials.

License
-------

[](#license)

MIT — [Spider Web](https://www.spider-web.fr)

###  Health Score

39

—

LowBetter than 85% of packages

Maintenance100

Actively maintained with recent releases

Popularity0

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity45

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

Unknown

Total

1

Last Release

0d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/06a8fb00c1258da396cd50062685e3b80e90973d006b671a7b60fd4a192f1a22?d=identicon)[Zalastan](/maintainers/Zalastan)

---

Top Contributors

[![Zalastan](https://avatars.githubusercontent.com/u/16414983?v=4)](https://github.com/Zalastan "Zalastan (18 commits)")

---

Tags

syliusshippingsylius-pluginsendcloud

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/spiderweb-sylius-sendcloud-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/spiderweb-sylius-sendcloud-plugin/health.svg)](https://phpackages.com/packages/spiderweb-sylius-sendcloud-plugin)
```

###  Alternatives

[sylius/sylius

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

8.5k5.8M711](/packages/sylius-sylius)[easycorp/easyadmin-bundle

Admin generator for Symfony applications

4.3k17.5M373](/packages/easycorp-easyadmin-bundle)[sulu/sulu

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

1.3k1.4M196](/packages/sulu-sulu)[prestashop/prestashop

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

9.1k16.8k](/packages/prestashop-prestashop)[kimai/kimai

Kimai - Time Tracking

4.7k8.7k1](/packages/kimai-kimai)[oro/platform

Business Application Platform (BAP)

642140.7k104](/packages/oro-platform)

PHPackages © 2026

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