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 2mo ago

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 19% 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://www.gravatar.com/avatar/7a4eb669d36468bd6546214f66908f77a5ad4b450b02cd59f03d86c3bfc40d52?d=identicon)[seymuromarov](/maintainers/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

[stripe/stripe-php

Stripe PHP Library

4.0k143.3M480](/packages/stripe-stripe-php)[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[knplabs/github-api

GitHub API v3 client

2.2k15.8M187](/packages/knplabs-github-api)[facebook/php-business-sdk

PHP SDK for Facebook Business

90121.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

73813.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

263103.1M454](/packages/google-gax)

PHPackages © 2026

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