Library for parsing Pohoda import response XML.
composer require Hexako/PohodaResponseParser
$parser = new PohodaResponseXML('pathToFile');
$parser->isOk(); // Return bool
$parser->getState(); // Return string
- 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!