PHPackages                             bestfitcz/laravel-czk-exchange-rates - 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. bestfitcz/laravel-czk-exchange-rates

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

bestfitcz/laravel-czk-exchange-rates
====================================

:package\_description

0.0.6(3y ago)09MITPHPPHP ^8.1

Since Jul 29Pushed 3y agoCompare

[ Source](https://github.com/bestfitcz/laravel-czk-exchange-rates)[ Packagist](https://packagist.org/packages/bestfitcz/laravel-czk-exchange-rates)[ Docs](https://github.com/bestfitcz/laravel-czk-exchange-rates)[ RSS](/packages/bestfitcz-laravel-czk-exchange-rates/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (6)Dependencies (13)Versions (8)Used By (0)

[![](https://camo.githubusercontent.com/2bedf63f24cda7efab02da955dc11fb7ef8a060e2f26b73c33a7aac84529b8a3/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f737570706f72742d756b7261696e652e7376673f743d31)](https://supportukrainenow.org)

:package\_description
=====================

[](#package_description)

[![Latest Version on Packagist](https://camo.githubusercontent.com/6eff2c9b1f8181ea4dce65911764a44d0d6cd128e341cec06d6617d97baee6fb/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f62657374666974637a2f6c61726176656c2d637a6b2d65786368616e67652d72617465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bestfitcz/laravel-czk-exchange-rates)[![GitHub Tests Action Status](https://camo.githubusercontent.com/087311c0e1fe154a1c2094154b66996c91b26cd264fca116e61f70de0c7cfb5c/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f62657374666974637a2f6c61726176656c2d637a6b2d65786368616e67652d72617465732f72756e2d74657374733f6c6162656c3d7465737473)](https://github.com/bestfitcz/laravel-czk-exchange-rates/actions?query=workflow%3Arun-tests+branch%3Amain)[![GitHub Code Style Action Status](https://camo.githubusercontent.com/265e7ec25626b220e2e131749268da13470e7a3a420aee2416c2cb01e89a07f7/68747470733a2f2f696d672e736869656c64732e696f2f6769746875622f776f726b666c6f772f7374617475732f62657374666974637a2f6c61726176656c2d637a6b2d65786368616e67652d72617465732f436865636b253230262532306669782532307374796c696e673f6c6162656c3d636f64652532307374796c65)](https://github.com/bestfitcz/laravel-czk-exchange-rates/actions?query=workflow%3A%22Check+%26+fix+styling%22+branch%3Amain)[![Total Downloads](https://camo.githubusercontent.com/74aa5e8b7b7dbdf15e5afda1757dcb378ace0f517a8870b208e471ee577418fe/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f62657374666974637a2f6c61726176656c2d637a6b2d65786368616e67652d72617465732e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/bestfitcz/laravel-czk-exchange-rates)

---

This repo can be used to scaffold a Laravel package. Follow these steps to get started:

1. Press the "Use this template" button at the top of this repo to create a new repo with the contents of this laravel-czk-exchange-rates.
2. Run "php ./configure.php" to run a script that will replace all placeholders throughout all the files.
3. Have fun creating your package.
4. If you need help creating a package, consider picking up our [Laravel Package Training](https://laravelpackage.training) video course.

---

This is where your description should go. Limit it to a paragraph or two. Consider adding a small example.

Support us
----------

[](#support-us)

[![](https://camo.githubusercontent.com/d7f26d1155fe87eaf7316120ab13df33a13607eaf39c890056b69a8dce07de16/68747470733a2f2f6769746875622d6164732e73332e65752d63656e7472616c2d312e616d617a6f6e6177732e636f6d2f3a7061636b6167655f6e616d652e6a70673f743d31)](https://spatie.be/github-ad-click/:package_name)

We invest a lot of resources into creating [best in class open source packages](https://spatie.be/open-source). You can support us by [buying one of our paid products](https://spatie.be/open-source/support-us).

We highly appreciate you sending us a postcard from your hometown, mentioning which of our package(s) you are using. You'll find our address on [our contact page](https://spatie.be/about-us). We publish all received postcards on [our virtual postcard wall](https://spatie.be/open-source/postcards).

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

[](#installation)

You can install the package via composer:

```
composer require bestfitcz/laravel-czk-exchange-rates
```

You can publish and run the migrations with:

```
php artisan vendor:publish --tag="laravel-czk-exchange-rates-migrations"
php artisan migrate
```

You can publish the config file with:

```
php artisan vendor:publish --tag="laravel-czk-exchange-rates-config"
```

This is the contents of the published config file:

```
return [
];
```

Optionally, you can publish the views using

```
php artisan vendor:publish --tag="laravel-czk-exchange-rates-views"
```

Usage
-----

[](#usage)

```
$variable = new Bestfitcz\LaravelCzkExchangeRates();
echo $variable->echoPhrase('Hello, Bestfitcz!');
```

Testing
-------

[](#testing)

```
composer test
```

Changelog
---------

[](#changelog)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](https://github.com/:author_username/.github/blob/main/CONTRIBUTING.md) for details.

Security Vulnerabilities
------------------------

[](#security-vulnerabilities)

Please review [our security policy](../../security/policy) on how to report security vulnerabilities.

Credits
-------

[](#credits)

- [BestFit](https://github.com/:author_username)
- [All Contributors](../../contributors)

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

22

—

LowBetter than 22% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity4

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity51

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.

###  Release Activity

Cadence

Every ~0 days

Total

6

Last Release

1385d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/3cdcb17ef166813628e74097e774001ba0263d70685ce6704e82aae463631054?d=identicon)[bestfitcz](/maintainers/bestfitcz)

---

Top Contributors

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

---

Tags

laravelbestfitczlaravel-czk-exchange-rates

###  Code Quality

TestsPest

Code StyleLaravel Pint

### Embed Badge

![Health badge](/badges/bestfitcz-laravel-czk-exchange-rates/health.svg)

```
[![Health](https://phpackages.com/badges/bestfitcz-laravel-czk-exchange-rates/health.svg)](https://phpackages.com/packages/bestfitcz-laravel-czk-exchange-rates)
```

###  Alternatives

[spatie/laravel-data

Create unified resources and data transfer objects

1.7k28.9M627](/packages/spatie-laravel-data)[spatie/laravel-livewire-wizard

Build wizards using Livewire

4061.0M4](/packages/spatie-laravel-livewire-wizard)[hirethunk/verbs

An event sourcing package that feels nice.

513162.9k6](/packages/hirethunk-verbs)[worksome/exchange

Check Exchange Rates for any currency in Laravel.

123544.7k](/packages/worksome-exchange)[ralphjsmit/livewire-urls

Get the previous and current url in Livewire.

82270.3k4](/packages/ralphjsmit-livewire-urls)[hydrat/filament-table-layout-toggle

Filament plugin adding a toggle button to tables, allowing user to switch between Grid and Table layouts.

6292.3k1](/packages/hydrat-filament-table-layout-toggle)

PHPackages © 2026

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