PHPackages                             ownego/laravel-shopify-currency - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. ownego/laravel-shopify-currency

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

ownego/laravel-shopify-currency
===============================

Currency converter using Shopify's currencies cdn file

1.0.0(4y ago)27.6k↓57.5%MITPHPPHP &gt;=5.5.1

Since Jul 23Pushed 4y ago4 watchersCompare

[ Source](https://github.com/ownego/laravel-shopify-currency)[ Packagist](https://packagist.org/packages/ownego/laravel-shopify-currency)[ RSS](/packages/ownego-laravel-shopify-currency/feed)WikiDiscussions master Synced 2w ago

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

Introduction
------------

[](#introduction)

This package created for convert between 2 currencies by using currencies.js file provided by Shopify.

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

[](#installation)

1. Install package

    ```
    composer require ownego/laravel-shopify-currency

    ```
2. Optional: add the service provider

    ```
    'providers' => [
       // ...
       Ownego\LaravelShopifyCurrency\LaravelShopifyCurrencyServiceProvider::class,
    ],
    ```
3. Optional: publish config

    ```
    php artisan vendor:publish --provider=Ownego\LaravelShopifyCurrency\LaravelShopifyCurrencyServiceProvider

    ```
4. Optional: add facade

    ```
    'alias' => [
       // ...
       'ShopifyCurrency' => Ownego\LaravelShopifyCurrency\Facades\ShopifyCurrency::class,
    ],
    ```

Usage
-----

[](#usage)

1. Convert ```
    use Ownego\LaravelShopifyCurrency\Facades\ShopifyCurrency;

    $result = ShopifyCurrency::convert(100, 'eur', 'usd');
    ```
2. Get rate ```
    use Ownego\LaravelShopifyCurrency\Facades\ShopifyCurrency;

    $result = ShopifyCurrency::rate('eur', 'usd');
    ```

Command
-------

[](#command)

If you want to manually update currencies from cache, then run:

```
php artisan shopify-currency:cache

```

###  Health Score

29

—

LowBetter than 57% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity26

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity51

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

Recently: every ~36 days

Total

6

Last Release

1708d ago

Major Versions

0.5 → 1.0.02021-12-13

### Community

Maintainers

![](https://www.gravatar.com/avatar/39490e25f48deaf067db160681117abc2bdcf818fdce03a30eebc1ee25b784a0?d=identicon)[vntrungld](/maintainers/vntrungld)

---

Top Contributors

[![vntrungld](https://avatars.githubusercontent.com/u/19848743?v=4)](https://github.com/vntrungld "vntrungld (15 commits)")

---

Tags

laravelconvertershopifycurrencty

### Embed Badge

![Health badge](/badges/ownego-laravel-shopify-currency/health.svg)

```
[![Health](https://phpackages.com/badges/ownego-laravel-shopify-currency/health.svg)](https://phpackages.com/packages/ownego-laravel-shopify-currency)
```

###  Alternatives

[propaganistas/laravel-disposable-email

Disposable email validator

6023.2M7](/packages/propaganistas-laravel-disposable-email)[mike-bronner/laravel-model-caching

Automatic caching for Eloquent models.

2.4k161.4k2](/packages/mike-bronner-laravel-model-caching)[glorand/laravel-model-settings

Model Settings for your Laravel app

9171.2M4](/packages/glorand-laravel-model-settings)[aedart/athenaeum

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

265.2k](/packages/aedart-athenaeum)[iazaran/smart-cache

Smart Cache is a caching optimization package designed to enhance the way your Laravel application handles data caching. It intelligently manages large data sets by compressing, chunking, or applying other optimization strategies to keep your application performant and efficient.

21114.2k](/packages/iazaran-smart-cache)[flarum/core

Delightfully simple forum software.

211.5M2.5k](/packages/flarum-core)

PHPackages © 2026

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