PHPackages                             yaroslavche/sylius-exchange-rates-updater-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. [CLI &amp; Console](/categories/cli)
4. /
5. yaroslavche/sylius-exchange-rates-updater-plugin

ActiveSylius-plugin[CLI &amp; Console](/categories/cli)

yaroslavche/sylius-exchange-rates-updater-plugin
================================================

Sylius exchange rates update console command.

0.1.0(7y ago)24MITPHPPHP ^7.1

Since Sep 1Pushed 7y ago1 watchersCompare

[ Source](https://github.com/yaroslavche/sylius-exchange-rates-updater-plugin)[ Packagist](https://packagist.org/packages/yaroslavche/sylius-exchange-rates-updater-plugin)[ RSS](/packages/yaroslavche-sylius-exchange-rates-updater-plugin/feed)WikiDiscussions master Synced 3w ago

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

Generate exchange rates
-----------------------

[](#generate-exchange-rates)

```
bin/console sylius:exchange-rates:generate

```

This command generate all available unique currency pairs from Sylius available currencies.

Update exchange rates
---------------------

[](#update-exchange-rates)

```
bin/console sylius:exchange-rates:update

```

This command try to update all existing exchange rates in Sylius.

Install
-------

[](#install)

```
composer require yaroslavche/sylius-exchange-rates-updater-plugin

```

Register plugin

```
# app/AppKernel.php

# ...
public function registerBundles(): array
{
    $bundles = [
        # ...
        new \Acme\SyliusExchangeRatesUpdaterPlugin\AcmeSyliusExchangeRatesUpdaterPlugin(),
    ];
    #...
}
```

Import service config

```
#app/config/config.yml

imports:
    # ...
    - { resource: '@AcmeSyliusExchangeRatesUpdaterPlugin/Resources/config/services.yml' }
    # ...
```

And add params:

```
#app/config/parameters.yml
parameters:
    # ...

    exchange_rates_updater_plugin.openexchangerates: 'your_api_key'
    exchange_rates_updater_plugin.fixer: 'your_api_key' # not used now
```

### Usage

[](#usage)

For daily update add following to crontab:

```
0 0 * * * /path_to_sylius/bin/console sylius:exchange-rates:update

```

###  Health Score

22

—

LowBetter than 21% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity47

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

2861d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/17838239?v=4)[Yaroslav](/maintainers/yaroslavche)[@yaroslavche](https://github.com/yaroslavche)

---

Top Contributors

[![yaroslavche](https://avatars.githubusercontent.com/u/17838239?v=4)](https://github.com/yaroslavche "yaroslavche (8 commits)")

---

Tags

phpsyliussylius-plugin

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/yaroslavche-sylius-exchange-rates-updater-plugin/health.svg)

```
[![Health](https://phpackages.com/badges/yaroslavche-sylius-exchange-rates-updater-plugin/health.svg)](https://phpackages.com/packages/yaroslavche-sylius-exchange-rates-updater-plugin)
```

###  Alternatives

[aws/aws-sdk-php

AWS SDK for PHP - Use Amazon Web Services in your PHP project

6.3k543.5M2.6k](/packages/aws-aws-sdk-php)[neuron-core/neuron-ai

The PHP Agentic Framework.

2.0k656.1k38](/packages/neuron-core-neuron-ai)[tencentcloud/tencentcloud-sdk-php

TencentCloudApi php sdk

3741.3M46](/packages/tencentcloud-tencentcloud-sdk-php)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M18](/packages/pantheon-systems-terminus)[tempest/framework

The PHP framework that gets out of your way.

2.2k34.4k14](/packages/tempest-framework)[mehrancodes/laravel-harbor

A CLI tool to Quickly create On-Demand preview environment for your apps.

10097.5k](/packages/mehrancodes-laravel-harbor)

PHPackages © 2026

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