PHPackages                             orisai/nette-data-sources - 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. [Parsing &amp; Serialization](/categories/parsing)
4. /
5. orisai/nette-data-sources

ActiveLibrary[Parsing &amp; Serialization](/categories/parsing)

orisai/nette-data-sources
=========================

Orisai Data Sources integration for Nette

1.0.3(1y ago)11.7k2MPL-2.0PHPPHP 7.4 - 8.4CI passing

Since Jan 21Pushed 1y ago1 watchersCompare

[ Source](https://github.com/orisai/nette-data-sources)[ Packagist](https://packagist.org/packages/orisai/nette-data-sources)[ Docs](https://github.com/orisai/nette-data-sources)[ RSS](/packages/orisai-nette-data-sources/feed)WikiDiscussions v1.x Synced 1mo ago

READMEChangelogDependencies (17)Versions (5)Used By (2)

 [![Orisai](https://github.com/orisai/.github/raw/main/images/repo_title.png?raw=true)](https://github.com/orisai/.github/blob/main/images/repo_title.png?raw=true)
 Nette Data Sources
=========================================================================================================================================================================================

[](#nette-data-sources)

 Orisai Data Sources integration for Nette

 📄 Check out our [documentation](docs/README.md).

 💸 If you like Orisai, please [make a donation](https://orisai.dev/sponsor). Thank you!

 [![](https://github.com/orisai/nette-data-sources/actions/workflows/ci.yaml/badge.svg?branch=v1.x)](https://github.com/orisai/nette-data-sources/actions?query=workflow:CI+branch:v1.x) [![](https://camo.githubusercontent.com/b2b30fdce5e250b3a2364067f7871f789753f2d796e139537ae647b704e92bb3/68747470733a2f2f62616467656e2e6e65742f636f766572616c6c732f632f6769746875622f6f72697361692f6e657474652d646174612d736f75726365732f76312e783f63616368653d333030)](https://coveralls.io/github/orisai/nette-data-sources?branch=v1.x) [![](https://camo.githubusercontent.com/3970fc0723a55a86b92a4f992dad30cb0d5f2eb25d04228a03870f54f644f395/68747470733a2f2f696d672e736869656c64732e696f2f656e64706f696e743f7374796c653d666c61742675726c3d68747470733a2f2f62616467652d6170692e737472796b65722d6d757461746f722e696f2f6769746875622e636f6d2f6f72697361692f6e657474652d646174612d736f75726365732f76312e78)](https://dashboard.stryker-mutator.io/reports/github.com/orisai/nette-data-sources/v1.x) [![](https://camo.githubusercontent.com/b43f12c97c536881bf449f518a9947f09174dd9f8dff61486e2a415e7e0a1b77/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f64742f6f72697361692f6e657474652d646174612d736f75726365733f63616368653d33363030)](https://packagist.org/packages/orisai/nette-data-sources) [![](https://camo.githubusercontent.com/8de340d26912c9f5dca32fa57b58334848e799bc9536eaa1d48bc6d95fb8ff92/68747470733a2f2f62616467656e2e6e65742f7061636b61676973742f762f6f72697361692f6e657474652d646174612d736f75726365733f63616368653d33363030)](https://packagist.org/packages/orisai/nette-data-sources) [![](https://camo.githubusercontent.com/40b2374865c7727b1568a7b77cc1a8068979ac265d85d659fe73b2d337b458e6/68747470733a2f2f62616467656e2e6e65742f62616467652f6c6963656e73652f4d504c2d322e302f626c75653f63616368653d33363030)](https://choosealicense.com/licenses/mpl-2.0/)

```
use Orisai\DataSources\DataSource;
use Orisai\DataSources\Exception\EncodingFailure;
use Orisai\DataSources\Exception\NotSupportedType;

try {
	$dataSource->encode('data', 'application/json' /* or just 'json' */); // json-encoded string
} catch (NotSupportedType $exception) {
	// Requested type is not supported
	$exception->getRequestedType(); // 'application/json'
	$exception->getSupportedTypes(); // content types or file extensions, depending on what was requested
} catch (EncodingFailure $exception) {
	// Encoding failed
}
```

###  Health Score

37

—

LowBetter than 83% of packages

Maintenance42

Moderate activity, may be stable

Popularity17

Limited adoption so far

Community11

Small or concentrated contributor base

Maturity66

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

Total

5

Last Release

483d ago

PHP version history (3 changes)1.0.0PHP &gt;=7.4.0 &lt;8.3.0

1.0.1PHP 7.4 - 8.3

1.0.2PHP 7.4 - 8.4

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/20974277?v=4)[Marek Bartoš](/maintainers/mabar)[@mabar](https://github.com/mabar)

---

Top Contributors

[![mabar](https://avatars.githubusercontent.com/u/20974277?v=4)](https://github.com/mabar "mabar (18 commits)")

---

Tags

datadecoderencoderfile-formatfilesjsonneonnetteorisaiparserphpyamljsonnetteparserdatayamlfilesneonencoderdecoderorisai

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Type Coverage Yes

### Embed Badge

![Health badge](/badges/orisai-nette-data-sources/health.svg)

```
[![Health](https://phpackages.com/badges/orisai-nette-data-sources/health.svg)](https://phpackages.com/packages/orisai-nette-data-sources)
```

###  Alternatives

[nette/neon

🍸 Nette NEON: encodes and decodes NEON file format.

93462.1M333](/packages/nette-neon)[sbsaga/toon

🧠 TOON for Laravel — a compact, human-readable, and token-efficient data format for AI prompts &amp; LLM contexts. Perfect for ChatGPT, Gemini, Claude, Mistral, and OpenAI integrations (JSON ⇄ TOON).

6115.6k](/packages/sbsaga-toon)[suin/json

A Simple wrapper of json\_decode() and json\_encode(). This provides object-oriented interface and exception-based error handing.

1027.6k3](/packages/suin-json)[phppkg/config

Config manage, load, get. Supports INI,JSON,YAML,NEON,PHP format file

133.5k](/packages/phppkg-config)[open-code-modeling/json-schema-to-php

Parses JSON schema files and provides an API to easily generate code from JSON schema.

111.0k2](/packages/open-code-modeling-json-schema-to-php)

PHPackages © 2026

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