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

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

laravel-enso/currencies
=======================

3.2.2(6mo ago)01.7k5MITPHP

Since Jul 1Pushed 6mo ago3 watchersCompare

[ Source](https://github.com/laravel-enso/currencies)[ Packagist](https://packagist.org/packages/laravel-enso/currencies)[ Docs](https://github.com/laravel-enso/currencies)[ RSS](/packages/laravel-enso-currencies/feed)WikiDiscussions master Synced 3w ago

READMEChangelog (3)Dependencies (8)Versions (83)Used By (0)

Currencies
==========

[](#currencies)

[![Codacy Badge](https://camo.githubusercontent.com/a47d1e46c3de8cf030e3c43225981d66c501148ef150ce49ed8fb2c999e8745b/68747470733a2f2f6170702e636f646163792e636f6d2f70726f6a6563742f62616467652f47726164652f3233316331306564393939663464666439386439646566363163316536663765)](https://www.codacy.com/gh/laravel-enso/currencies?utm_source=github.com&utm_medium=referral&utm_content=laravel-enso/currencies&utm_campaign=Badge_Grade)[![StyleCI](https://camo.githubusercontent.com/4755b28168e88c2fb67e92aa431e801a5fcce6e53ad1effc5abccbfb99c9a183/68747470733a2f2f6769746875622e7374796c6563692e696f2f7265706f732f3139343634373637322f736869656c643f6272616e63683d6d6173746572)](https://github.styleci.io/repos/194647672)[![License](https://camo.githubusercontent.com/d385cc46b9f4d2aef8c547cf95f25ff47597a78f1211dfef6b94ad92f87950e8/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f63757272656e636965732f6c6963656e7365)](https://packagist.org/packages/laravel-enso/currencies)[![Total Downloads](https://camo.githubusercontent.com/d2de07cbf55db3172624f73e15ba3e0b55592d26085224bbd7f3a1a7cea162b4/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f63757272656e636965732f646f776e6c6f616473)](https://packagist.org/packages/laravel-enso/currencies)[![Latest Stable Version](https://camo.githubusercontent.com/000856ab2ce520b40e909cb12068c91ce7dec43024dc00666cec91418f153d2f/68747470733a2f2f706f7365722e707567782e6f72672f6c61726176656c2d656e736f2f63757272656e636965732f76657273696f6e)](https://packagist.org/packages/laravel-enso/currencies)

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

**Note:** *The package cannot be used outside of Enso enviroment and is not included in [Laravel Enso Core](https://github.com/laravel-enso/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-enso/currencies`
- adds the following alias in `webackpack.mix.js`

```
.webpackConfig({
        resolve: {
            extensions: ['.js', '.vue', '.json'],
            alias: {
                 //other aliases
                '@currencies': `${__dirname}/vendor/laravel-enso/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

48

—

FairBetter than 94% of packages

Maintenance69

Regular maintenance activity

Popularity19

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity75

Established project with proven stability

 Bus Factor1

Top contributor holds 65.5% 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 ~31 days

Recently: every ~174 days

Total

76

Last Release

182d 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/16073274?v=4)[Adrian Ocneanu](/maintainers/aocneanu)[@aocneanu](https://github.com/aocneanu)

---

Top Contributors

[![aocneanu](https://avatars.githubusercontent.com/u/16073274?v=4)](https://github.com/aocneanu "aocneanu (72 commits)")[![gandesc](https://avatars.githubusercontent.com/u/14071925?v=4)](https://github.com/gandesc "gandesc (18 commits)")[![GITmanuela](https://avatars.githubusercontent.com/u/44998004?v=4)](https://github.com/GITmanuela "GITmanuela (7 commits)")[![raftx24](https://avatars.githubusercontent.com/u/10864136?v=4)](https://github.com/raftx24 "raftx24 (5 commits)")[![AbdullahiAbdulkabir](https://avatars.githubusercontent.com/u/33360580?v=4)](https://github.com/AbdullahiAbdulkabir "AbdullahiAbdulkabir (3 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

currenciescurrencyensoexchange-rateslaravel-ensocurrenciescurrency-converterlaravel-ensovue-bulma

### Embed Badge

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

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

###  Alternatives

[laravel-enso/localisation

Language and translation management for Laravel Enso

1362.3k11](/packages/laravel-enso-localisation)[laravel-enso/data-import

Excel Importer dependency for Laravel Enso

2043.6k6](/packages/laravel-enso-data-import)[laravel-enso/tutorials

Tutorial management backend for Laravel Enso

1140.4k](/packages/laravel-enso-tutorials)[laravel-enso/core

The backend shell of a Laravel Enso application

3464.9k201](/packages/laravel-enso-core)[laravel-enso/menus

Menu management for Laravel Enso

1643.5k22](/packages/laravel-enso-menus)[laravel-enso/roles

Role management for Laravel Enso

1044.4k30](/packages/laravel-enso-roles)

PHPackages © 2026

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