PHPackages                             senemoglu/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. senemoglu/currency

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

senemoglu/currency
==================

91.1k1PHP

Since Jul 11Pushed 9y ago3 watchersCompare

[ Source](https://github.com/blueskan/Laravel-5-Currency-Converter)[ Packagist](https://packagist.org/packages/senemoglu/currency)[ RSS](/packages/senemoglu-currency/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel-5-Currency-Converter
============================

[](#laravel-5-currency-converter)

Small Api for currency converting jobs in Laravel 5

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

[](#installation)

- Going your project directory on shell and run this command:

```
composer require senemoglu/currency:dev-master
```

- Add this line in your service provider's array (config/app.php) =&gt;

```
Senemoglu\Currency\CurrencyServiceProvider::class,
```

- Add this line in your aliases =&gt;

```
'Currency' => Senemoglu\Currency\Facades\Converter::class,
```

Usage
=====

[](#usage)

On Business Side:
-----------------

[](#on-business-side)

**Example**

```
Currency::convert('USD', 'TRY', 20);
```

On Presentation Side:
---------------------

[](#on-presentation-side)

**Example**

```
@currency(USD => TRY, 20)
```

*I have been working about this since 3 hours. Any advice you give, im open.*

###  Health Score

25

—

LowBetter than 37% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity21

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity41

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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/b39bac2626fbac39954c54139559ac6152c044a37f702465407b672761bd2a7c?d=identicon)[blueskan](/maintainers/blueskan)

---

Top Contributors

[![phaberest](https://avatars.githubusercontent.com/u/3464092?v=4)](https://github.com/phaberest "phaberest (1 commits)")

### Embed Badge

![Health badge](/badges/senemoglu-currency/health.svg)

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

###  Alternatives

[wire-elements/wire-extender

Embed your Livewire components anywhere.

28133.9k1](/packages/wire-elements-wire-extender)

PHPackages © 2026

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