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 yesterday

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 22% 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

2810d 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

[drush/drush

Drush is a command line shell and scripting interface for Drupal, a veritable Swiss Army knife designed to make life easier for those of us who spend some of our working hours hacking away at the command prompt.

2.4k57.4M685](/packages/drush-drush)[pantheon-systems/terminus

A command line interface for Pantheon

3391.5M13](/packages/pantheon-systems-terminus)[statamic/cli

Statamic CLI Tool

7587.7k](/packages/statamic-cli)[mehrancodes/laravel-harbor

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

9989.0k](/packages/mehrancodes-laravel-harbor)[chromatic/usher

A collection of Robo commands for use on Chromatic projects.

13534.3k1](/packages/chromatic-usher)

PHPackages © 2026

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