PHPackages                             68publishers/application - 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. 68publishers/application

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

68publishers/application
========================

Base extensions and components.

v0.8.1(8y ago)41.3k2[13 issues](https://github.com/68publishers/application/issues)MITPHPPHP ~7.0

Since Dec 10Pushed 6y ago3 watchersCompare

[ Source](https://github.com/68publishers/application)[ Packagist](https://packagist.org/packages/68publishers/application)[ RSS](/packages/68publishers-application/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (5)Versions (17)Used By (0)

Application
===========

[](#application)

[![Build Status](https://camo.githubusercontent.com/f003ba6f242c3e135df221192c1d46b2c3d8ac9de8e0f0fa78e19c4586cebe9e/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f36387075626c6973686572732f6170706c69636174696f6e2f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/68publishers/application)[![Quality Score](https://camo.githubusercontent.com/86a4821ba3bba23cd1f53b8fce4bc3739582349a56af01e480dc666465123e01/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f36387075626c6973686572732f6170706c69636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/68publishers/application)[![Coverage Status](https://camo.githubusercontent.com/b73b8082aebce889905acc8a5105a9d12a0313222358bbf2c3ab5ce298e47f66/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f36387075626c6973686572732f6170706c69636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/68publishers/application/code-structure)[![Total Downloads](https://camo.githubusercontent.com/056895b73fa3f66edd9c86766605ed51ba5bdf1d6a0c1f6d42850b7bee79fe7e/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f36387075626c6973686572732f6170706c69636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/68publishers/application)[![Latest Version on Packagist](https://camo.githubusercontent.com/be6c95c455cc4ab2e2218d51730dab9a0a1849e4f73e19b40db0948b349ffcee/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f36387075626c6973686572732f6170706c69636174696f6e2e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/68publishers/application)

This package helps you to deal with regions with different languages, currencies and countries. It could be helpful even if you have single region project.

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

[](#installation)

The best way to install 68publishers/application is using Composer:

```
composer require 68publishers/application
```

and now you can enable the Environment extension using your neon config

```
extensions:
    environment: SixtyEightPublishers\Application\DI\EnvironmentExtension
```

Usage
-----

[](#usage)

```
environment:
    profile:
        europe:
            language: [sk_SK, en_GB, de_DE, pl_PL]
            currency: [EUR, PLZ, GBP]
            country: [SK, GB, DE, PL]
        north_america:
            language: en_US
            currency: USD
            country: US
            domain: [www.example.com, example.com]
            # disable: yes
        default: # If the default profile doesn't exists, the first profile is taken as default
            language: cs_CZ
            currency: CZK
            country: CZ
```

### Bar panel

[](#bar-panel)

Enables and disables Tracy debugger bar panel for better debugging

```
environment:
    debugger: yes
```

[![](https://camo.githubusercontent.com/8173886ac1a91756237a78871c88cbebd3df89a3e130009195e8b44e5821c17f/68747470733a2f2f36387075626c6973686572732e6769746875622e696f2f7265706f2f656e7669726f6e6d656e742f74726163792d70616e656c2e706e67)](https://camo.githubusercontent.com/8173886ac1a91756237a78871c88cbebd3df89a3e130009195e8b44e5821c17f/68747470733a2f2f36387075626c6973686572732e6769746875622e696f2f7265706f2f656e7669726f6e6d656e742f74726163792d70616e656c2e706e67)

### Integration with Kdyby\\Translation

[](#integration-with-kdybytranslation)

This feature provides automatic evaluation of the locale parameter for `Kdyby\Translation` based on profile settings in the extension. Default profile's language can be used if setting `translations.useDefault` is set to `TRUE`. If is this setting set to `FALSE` default language will not be used and other resolvers will be invoked. Also if you change language via method `\SixtyEightPublishers\Application\Environment\ActiveProfile::changeLanguage()`, locale in Translator is changed too.

```
environment:
    translations:
        enable: yes
        useDefault: no
```

Rules for contributing
----------------------

[](#rules-for-contributing)

- **1 PR per feature**
- PR with tests are more likely to be merged
- **tests and coding standard must pass**

```
vendor/bin/tester ./tests -s
vendor/bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run
```

###  Health Score

25

—

LowBetter than 36% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity20

Limited adoption so far

Community12

Small or concentrated contributor base

Maturity56

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 67.9% 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 ~21 days

Recently: every ~65 days

Total

15

Last Release

3184d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/609005caba54757716c3c037c381376ab298714003da87c9e20aa8c501c97df8?d=identicon)[Jelen](/maintainers/Jelen)

---

Top Contributors

[![jelen07](https://avatars.githubusercontent.com/u/2346295?v=4)](https://github.com/jelen07 "jelen07 (36 commits)")[![tg666](https://avatars.githubusercontent.com/u/24430186?v=4)](https://github.com/tg666 "tg666 (17 commits)")

---

Tags

countriescurrenciesenvironmentlanguagesnetteapplication68publishers

###  Code Quality

Code StylePHP CS Fixer

### Embed Badge

![Health badge](/badges/68publishers-application/health.svg)

```
[![Health](https://phpackages.com/badges/68publishers-application/health.svg)](https://phpackages.com/packages/68publishers-application)
```

###  Alternatives

[symplify/monorepo-builder

Not only Composer tools to build a Monorepo.

5275.7M110](/packages/symplify-monorepo-builder)[nette/component-model

⚛ Nette Component Model

28716.8M101](/packages/nette-component-model)[contributte/translation

Symfony/Translation integration for Nette Framework.

771.8M49](/packages/contributte-translation)[contributte/menu-control

Menu control for Nette framework

29112.2k1](/packages/contributte-menu-control)[brandembassy/slim-nette-extension

19198.2k](/packages/brandembassy-slim-nette-extension)

PHPackages © 2026

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