PHPackages                             jakubdusek/pohoda-response-parser - 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. jakubdusek/pohoda-response-parser

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

jakubdusek/pohoda-response-parser
=================================

Library for parsing Pohoda import response XML

0.1(9y ago)191[1 issues](https://github.com/jakubdusek/PohodaResponseParser/issues)[1 PRs](https://github.com/jakubdusek/PohodaResponseParser/pulls)MITPHPPHP ~5.3

Since Jan 7Pushed 5y agoCompare

[ Source](https://github.com/jakubdusek/PohodaResponseParser)[ Packagist](https://packagist.org/packages/jakubdusek/pohoda-response-parser)[ RSS](/packages/jakubdusek-pohoda-response-parser/feed)WikiDiscussions master Synced today

READMEChangelogDependencies (2)Versions (2)Used By (0)

PohodaResponseParser
====================

[](#pohodaresponseparser)

[![Build Status](https://camo.githubusercontent.com/18fa4e0f3d7622d0dbd0eade64c677c1b98256458ecb2295332c7b142ea57404/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6a616b7562647573656b2f506f686f6461526573706f6e73655061727365722f6261646765732f6275696c642e706e673f623d6d6173746572)](https://scrutinizer-ci.com/g/jakubdusek/PohodaResponseParser/build-status/master)[![Quality Score](https://camo.githubusercontent.com/4851ffbb5ad0873f65f6d3835ea86963aff3fe5deee7fcb84e8a080deda787e9/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f6a616b7562647573656b2f506f686f6461526573706f6e73655061727365722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jakubdusek/PohodaResponseParser)[![Coverage Status](https://camo.githubusercontent.com/1038f110552177b7aac38973ac58c022a4da2a669816d8ef53b5f038fd0b6c41/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f6a616b7562647573656b2f506f686f6461526573706f6e73655061727365722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/jakubdusek/PohodaResponseParser/code-structure)[![Total Downloads](https://camo.githubusercontent.com/845d08e4a484cbad186f91d20c238df56e26b8f6d664b9aa1ff8b09bf8c0b4d9/68747470733a2f2f706f7365722e707567782e6f72672f6a616b7562647573656b2f706f686f64612d726573706f6e73652d7061727365722f646f776e6c6f6164733f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/jakubdusek/pohoda-response-parser)[![Latest Version on Packagist](https://camo.githubusercontent.com/f80d00605930e539e39381380e979d6a03b26c6236e8ba02c151f816d335a765/68747470733a2f2f706f7365722e707567782e6f72672f6a616b7562647573656b2f706f686f64612d726573706f6e73652d7061727365722f76657273696f6e3f666f726d61743d666c61742d737175617265)](https://packagist.org/packages/jakubdusek/pohoda-response-parser)

Library for parsing Pohoda import response XML.

Install via Composer
--------------------

[](#install-via-composer)

```
composer require Hexako/PohodaResponseParser
```

Usage
-----

[](#usage)

```
$parser = new PohodaResponseXML('pathToFile');
$parser->isOk(); // Return bool
$parser->getState(); // Return string
```

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/phpcs -p --standard=PSR2 src tests
vendor/bin/phpunit
```

**Happy coding**!

###  Health Score

17

—

LowBetter than 6% of packages

Maintenance0

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community4

Small or concentrated contributor base

Maturity48

Maturing project, gaining track record

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

Unknown

Total

1

Last Release

3461d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22178363?v=4)[Jakub Dušek](/maintainers/jakubdusek)[@jakubdusek](https://github.com/jakubdusek)

---

Tags

pohodastormwarereseponse parser

###  Code Quality

TestsPHPUnit

Code StylePHP\_CodeSniffer

### Embed Badge

![Health badge](/badges/jakubdusek-pohoda-response-parser/health.svg)

```
[![Health](https://phpackages.com/badges/jakubdusek-pohoda-response-parser/health.svg)](https://phpackages.com/packages/jakubdusek-pohoda-response-parser)
```

###  Alternatives

[mck89/peast

Peast is PHP library that generates AST for JavaScript code

19037.7M41](/packages/mck89-peast)[sauladam/shipment-tracker

Parses tracking information for several carriers, like UPS, USPS, DHL and GLS by simply scraping the data. No need for any kind of API access.

9642.0k](/packages/sauladam-shipment-tracker)[jstewmc/rtf

Read and write Rich Text Format (RTF) documents with PHP

46143.1k6](/packages/jstewmc-rtf)[moonshine/layouts-field

Field for repeating groups of fields for MoonShine

107.9k](/packages/moonshine-layouts-field)[tcds-io/php-jackson

A lightweight, flexible object serializer for PHP, inspired by FasterXML/jackson

112.9k10](/packages/tcds-io-php-jackson)

PHPackages © 2026

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