PHPackages                             laravel-liberu/currencies - 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. laravel-liberu/currencies

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

laravel-liberu/currencies
=========================

v3.0.7(2y ago)02MITPHP

Since Jul 1Pushed 2y ago1 watchersCompare

[ Source](https://github.com/laravel-liberu/currencies)[ Packagist](https://packagist.org/packages/laravel-liberu/currencies)[ Docs](https://github.com/laravel-liberu/currencies)[ GitHub Sponsors](https://github.com/laravel-liberu)[ RSS](/packages/laravel-liberu-currencies/feed)WikiDiscussions main Synced 1mo ago

READMEChangelogDependencies (9)Versions (79)Used By (0)

Currencies
==========

[](#currencies)

[![Codacy Badge](https://camo.githubusercontent.com/a47d1e46c3de8cf030e3c43225981d66c501148ef150ce49ed8fb2c999e8745b/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3233316331306564393939663464666439386439646566363163316536663765)](https://www.codacy.com/gh/laravel-liberu/currencies?utm_source=github.com&utm_medium=referral&utm_content=laravel-liberu/currencies&utm_campaign=Badge_Grade)[![StyleCI](https://camo.githubusercontent.com/4755b28168e88c2fb67e92aa431e801a5fcce6e53ad1effc5abccbfb99c9a183/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3139343634373637322f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/194647672)[![License](https://camo.githubusercontent.com/521e8425bf897b451edddb93eda56ee57140a1d82e09a95eaf1d2e37dd8c7ceb/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d6c69626572752f63757272656e636965732f6c6963656e7365)](https://packagist.org/packages/laravel-liberu/currencies)[![Total Downloads](https://camo.githubusercontent.com/37f87319e7a0cfea44df89f16c34dbd1faaf3a72cc0ea420e7830f2fda7c6f0f/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d6c69626572752f63757272656e636965732f646f776e6c6f616473)](https://packagist.org/packages/laravel-liberu/currencies)[![Latest Stable Version](https://camo.githubusercontent.com/42094091d93c80192400317b8a2f250f68cd4ae47e98076107784538a82a1011/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d6c69626572752f63757272656e636965732f76657273696f6e)](https://packagist.org/packages/laravel-liberu/currencies)

Currencies is an extension of the Laravel Liberu enviroment, designed for management of currencies and exchange rates.

**Note:** *The package cannot be used outside of Liberu enviroment and is not included in [Laravel Liberu Core](https://github.com/laravel-liberu/Core) packages.*

### Features

[](#features)

- handles CRUD operations for currencies and exchange rates
- manages the default currency for your project
- exchange rates can be input for a given day
- comes with an included currencies seeder which can be published and further customized
- includes front-end assets

### Instalation

[](#instalation)

- install the package using composer: `composer require laravel-liberu/currencies`
- adds the following alias in `webackpack.mix.js`

```
.webpackConfig({
        resolve: {
            extensions: ['.js', '.vue', '.json'],
            alias: {
                 //other aliases
                '@currencies': `${__dirname}/vendor/laravel-liberu/currencies/src/resources/js`,
            },
        },
    })

```

- in `resources/js/router.js` file, verify that `RouteMerger` is imported, or import it

`import RouteMerger from '@core-modules/importers/RouteMerger';`

- make sure `routeImporter` is also imported

`import routeImporter from '@core-modules/importers/routeImporter';`

- then use `RouteMerger` to import front-end assets using the alias defined in `webpack.mix.js`

```
(new RouteMerger(routes))
    .add(routeImporter(require.context('./routes', false, /.*\.js$/)))
    .add(routeImporter(require.context('@currencies/routes', false, /.*\.js$/)));

```

- in `resources/js/app.js` import the package's icons

`import '@currencies/icons'`

- make sure `hot module replacement` is not active, and run `yarn dev` or `npm run dev`

### Publishes

[](#publishes)

- you can publish the currency seeder and customize it to your liking

`php artisan vendor:publish --tag=currency-seeder`

### Icons

[](#icons)

The package uses the following icons:

- `coins`
- `bar-chart`

### Contributions

[](#contributions)

are welcome. Pull requests are great, but issues are good too.

### License

[](#license)

This package is released under the MIT license.

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity2

Limited adoption so far

Community14

Small or concentrated contributor base

Maturity74

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~31 days

Total

78

Last Release

941d ago

Major Versions

1.6.8 → 2.0.02020-06-30

2.1.5 → 3.0.02022-02-25

PHP version history (2 changes)1.0.0PHP &gt;=7.1.3

1.0.4PHP &gt;=7.1.2

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/179251?v=4)[Curtis Delicata](/maintainers/curtisdelicata)[@curtisdelicata](https://github.com/curtisdelicata)

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (24 commits)")[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (18 commits)")[![curtisdelicata](https://avatars.githubusercontent.com/u/179251?v=4)](https://github.com/curtisdelicata "curtisdelicata (7 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (5 commits)")[![GITmanuela](https://avatars.githubusercontent.com/u/44998004?v=4)](https://github.com/GITmanuela "GITmanuela (5 commits)")[![ionutcatalinsandu](https://avatars.githubusercontent.com/u/29945563?v=4)](https://github.com/ionutcatalinsandu "ionutcatalinsandu (2 commits)")[![StyleCIBot](https://avatars.githubusercontent.com/u/11048387?v=4)](https://github.com/StyleCIBot "StyleCIBot (2 commits)")[![vmcvlad](https://avatars.githubusercontent.com/u/37445394?v=4)](https://github.com/vmcvlad "vmcvlad (1 commits)")

---

Tags

laravellaravel10phpphp8currenciescurrency-convertervue-bulmalaravel-liberu

###  Code Quality

Static AnalysisRector

### Embed Badge

![Health badge](/badges/laravel-liberu-currencies/health.svg)

```
[![Health](https://phpackages.com/badges/laravel-liberu-currencies/health.svg)](https://phpackages.com/packages/laravel-liberu-currencies)
```

###  Alternatives

[rinvex/countries

Rinvex Countries is a simple and lightweight package for retrieving country details with flexibility. A whole bunch of data including name, demonym, capital, iso codes, dialling codes, geo data, currencies, flags, emoji, and other attributes for all 250 countries worldwide at your fingertips.

1.7k7.4M48](/packages/rinvex-countries)[pragmarx/countries

PHP Countries and Currencies

1.9k3.3M18](/packages/pragmarx-countries)[payum/iso4217

ISO 4217 PHP Library

16312.1M5](/packages/payum-iso4217)[pragmarx/countries-laravel

Countries for Laravel

1471.1M2](/packages/pragmarx-countries-laravel)[cartalyst/converter

A framework agnostic measurement conversion and formatting package featuring multiple types of measurements and currency conversion.

88434.4k7](/packages/cartalyst-converter)[ujjwal/currency-converter

Currency Converter Class with features of caching and identifying currency from country Code

49225.4k](/packages/ujjwal-currency-converter)

PHPackages © 2026

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