PHPackages                             h4kuna/fio-nette - 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. [Framework](/categories/framework)
4. /
5. h4kuna/fio-nette

ActiveLibrary[Framework](/categories/framework)

h4kuna/fio-nette
================

Fio library and this is extension for Nette framework.

v3.0.4(1y ago)448.0k↑18.6%2[1 issues](https://github.com/h4kuna/fio-nette/issues)MITPHPPHP &gt;=8.0CI passing

Since Feb 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/h4kuna/fio-nette)[ Packagist](https://packagist.org/packages/h4kuna/fio-nette)[ Docs](https://github.com/h4kuna/fio-nette)[ Fund](https://revolut.me/milan2m/czk1000/fio-nette)[ GitHub Sponsors](https://github.com/h4kuna)[ RSS](/packages/h4kuna-fio-nette/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (1)Dependencies (8)Versions (11)Used By (0)

Fio for Nette
=============

[](#fio-for-nette)

[![Downloads this Month](https://camo.githubusercontent.com/27925e86d609f7e15373b19030f99c614d9d0747717dbc7571d2f54cf0d36b5c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f646d2f68346b756e612f66696f2d6e657474652e737667)](https://packagist.org/packages/h4kuna/fio-nette)[![Latest Stable Version](https://camo.githubusercontent.com/67892a321fc0b418e9e1c11eaafaa7cc826c5c7559040b2114a4f40810e5882b/68747470733a2f2f706f7365722e707567782e6f72672f68346b756e612f66696f2d6e657474652f762f737461626c653f666f726d61743d666c6174)](https://packagist.org/packages/h4kuna/fio-nette)[![Coverage Status](https://camo.githubusercontent.com/7268ae95bead81b24eeae10fb028bbadf5075f90ea0ce5cfd74c0904a462a23a/68747470733a2f2f636f766572616c6c732e696f2f7265706f732f6769746875622f68346b756e612f66696f2d6e657474652f62616467652e7376673f6272616e63683d6d6173746572)](https://coveralls.io/github/h4kuna/fio-nette?branch=master)[![Total Downloads](https://camo.githubusercontent.com/0de11d11081fe1aace65825dc0b59b6fd95faaa4a443b66df72ed8c089af4795/68747470733a2f2f706f7365722e707567782e6f72672f68346b756e612f66696f2d6e657474652f646f776e6c6f6164733f666f726d61743d666c6174)](https://packagist.org/packages/h4kuna/fio-nette)[![License](https://camo.githubusercontent.com/c5483e5928bb7c17c6d60692382b1e5d19fb40f0ee6db911ac26148aabc57195/68747470733a2f2f706f7365722e707567782e6f72672f68346b756e612f66696f2d6e657474652f6c6963656e73653f666f726d61743d666c6174)](https://packagist.org/packages/h4kuna/fio-nette)

Homepage for **Fio** and [documentation](//github.com/h4kuna/fio).

Install by composer
-------------------

[](#install-by-composer)

```
$ composer require h4kuna/fio-nette
```

Example NEON config
-------------------

[](#example-neon-config)

Define extension

```
extensions:
	fio: h4kuna\Fio\Nette\DI\FioExtension
```

Configure extension

```
fio:
	# mandatory
	account: 2600267402/2010
	token: 5asd64as5d46ad5a6
```

More accounts and first is default.

```
fio:
	accounts:
		my-alias: # name for select account
			account: 2600267402/2010
			token: 5asd64as5d46ad5a6
		next-alias:
			account: 123456789/3216
			token: 6a4sd54asadsasde564
```

And choose account like this.

```
use h4kuna\Fio\Nette;

$fioFactory = $container->getService('fio.factory');
$fioPay = $fioFactory->createFioPay('next-alias');

// both are same, because first is default
$fioRead = $fioFactory->createFioRead();
$fioRead = $fioFactory->createFioRead('my-alias');
```

###  Health Score

43

—

FairBetter than 91% of packages

Maintenance37

Infrequent updates — may be unmaintained

Popularity34

Limited adoption so far

Community9

Small or concentrated contributor base

Maturity74

Established project with proven stability

 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 ~360 days

Recently: every ~176 days

Total

10

Last Release

490d ago

Major Versions

v1.3.3 → v2.0.02019-04-09

v2.0.0 → v3.0.02023-02-09

PHP version history (2 changes)v2.0.0PHP &gt;=7.1

v3.0.0PHP &gt;=8.0

### Community

Maintainers

![](https://www.gravatar.com/avatar/54b4efb9b89167fa3598b1a41477b20387390f4a0fb65b447bd6bb7c30a49020?d=identicon)[h4kuna](/maintainers/h4kuna)

---

Top Contributors

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

###  Code Quality

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/h4kuna-fio-nette/health.svg)

```
[![Health](https://phpackages.com/badges/h4kuna-fio-nette/health.svg)](https://phpackages.com/packages/h4kuna-fio-nette)
```

###  Alternatives

[nette/bootstrap

🅱 Nette Bootstrap: the simple way to configure and bootstrap your Nette application.

68535.8M592](/packages/nette-bootstrap)[nette/nette

👪 Nette Framework - innovative framework for fast and easy development of secured web applications in PHP (metapackage)

1.6k2.8M335](/packages/nette-nette)[contributte/webpack

Webpack integration for Nette Framework.

471.0M1](/packages/contributte-webpack)[nette/web-project

Nette: Standard Web Project

10991.8k](/packages/nette-web-project)[kdyby/autowired

Syntax sugar for working with services in Nette Framework

30885.7k9](/packages/kdyby-autowired)[brandembassy/slim-nette-extension

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

PHPackages © 2026

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