PHPackages                             seymur/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. [API Development](/categories/api)
4. /
5. seymur/currency

ActiveLibrary[API Development](/categories/api)

seymur/currency
===============

Currency api of Central Bank Of Azerbaijan

236PHP

Since Aug 30Pushed 8y ago1 watchersCompare

[ Source](https://github.com/seymuromarov/cbar-currency)[ Packagist](https://packagist.org/packages/seymur/currency)[ RSS](/packages/seymur-currency/feed)WikiDiscussions master Synced yesterday

READMEChangelogDependenciesVersions (1)Used By (0)

[![](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)](https://camo.githubusercontent.com/640c3d52b2764f179ef3cf089b604516a8c4ac0a06f055a46c6a7fce9428b787/68747470733a2f2f6c61726176656c2e636f6d2f6173736574732f696d672f636f6d706f6e656e74732f6c6f676f2d6c61726176656c2e737667)

About Project
-------------

[](#about-project)

Laravel api for getting Currency rates of Central Bank of Azerbaijan You can get all currency information or search by Currency Code and get One

\##Requirements

- [Composer](https://getcomposer.org/)
- [Laravel](https://laravel.com/)

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

[](#installation)

You can clone project with git:

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

Now add the service provider in config/app.php file:

```
'providers' => [
    // ...
        Seymur\Currency\CurrencyServiceProvider::class,
],

```

after this add alias in config/app.php file:

```
'aliases' => [
 //...
    'Currency' => Seymur\Currency\Facades\Currency::class,
 ],

```

use command:

```
composer dump-autoload

```

now u can use api like this

```
use Seymur\Currency\Facades\Currency;
 //...

    Currency::get();

```

or you can use

```
\Seymur\Currency\Facades\Currency::get()

```

for searching currency rate use currency code example:

```
    Currency::search("USD");

```

###  Health Score

21

—

LowBetter than 18% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity10

Limited adoption so far

Community7

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://avatars.githubusercontent.com/u/17937201?v=4)[Seymur Omarov](/maintainers/seymuromarov)[@seymuromarov](https://github.com/seymuromarov)

---

Top Contributors

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

### Embed Badge

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

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

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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