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

ActiveLibrary

paksuco/currency
================

WIP - A currency management solution

01PHP

Since Aug 8Pushed 4y agoCompare

[ Source](https://github.com/paksuco/currency)[ Packagist](https://packagist.org/packages/paksuco/currency)[ RSS](/packages/paksuco-currency/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Laravel Package Template
========================

[](#laravel-package-template)

Configuration
-------------

[](#configuration)

This repository is template for building a new package. Some changes to the files are needed in order to represent a new package.

### composer.json

[](#composerjson)

Edit `composer.json` to reflect the package information. At a minimum, the package name and autoload lines should be changed so that "vendor/package" reflects the name and namespace of the new package.

```
{
    "name": "vendor/package",
    "autoload": {
        "psr-4": {
            "Paksuco\\Currency\\": "src/"
        }
    },
},
```

### config/packagename.php

[](#configpackagenamephp)

The file `config/packagename.php` should be renamed to to something more useful, like `config/my-package.php`. This is the configuration file that Laravel will publish into it's `config` directory.

### src/ServiceProvider.php

[](#srcserviceproviderphp)

Open up `src/ServiceProvider.php` as well. At a minimum the namespace has to be changed (it needs to match the PSR-4 namespace you set in `composer.json`).

In the `boot()` method, comment out or uncomment the components your package will need. For example, if the package only has a configuration, then everything can be commented out except the `handleConfigs()` call:

```
public function boot() {
    $this->handleConfigs();
    // $this->handleMigrations();
    // $this->handleViews();
    // $this->handleTranslations();
    // $this->handleRoutes();
}
```

In the `handleConfigs()` method, the "packagename" references should be changed to the name you chose up above (in the `config/packagename.php` instructions).

### Last Step

[](#last-step)

Update the `LICENSE` file as required (make sure it matches what you said your package's license is in `composer.json`).

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity1

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity29

Early-stage or recently created project

 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/baa85957b85812994a17cbfd9b1e63272c309c551aa94c78e7393efb9f967040?d=identicon)[tpaksu](/maintainers/tpaksu)

---

Top Contributors

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

---

Tags

backendcurrencyfixer-iolaravellivewireui

### Embed Badge

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

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

PHPackages © 2026

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