PHPackages                             medcore-ua/nk-025-2021-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. medcore-ua/nk-025-2021-parser

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

medcore-ua/nk-025-2021-parser
=============================

A PHP library to parse the NK-025-2021 medical classifications from meddata.pp.ua.

v0.1.0(5mo ago)00LicenseRef-CSSM-Unlimited-2.0PHPPHP &gt;=8.0CI passing

Since Nov 23Pushed 2mo agoCompare

[ Source](https://github.com/medcore-ua/nk-025-2021-parser)[ Packagist](https://packagist.org/packages/medcore-ua/nk-025-2021-parser)[ RSS](/packages/medcore-ua-nk-025-2021-parser/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (1)DependenciesVersions (2)Used By (0)

NK-025-2021 Parser
==================

[](#nk-025-2021-parser)

[![Latest Stable Version](https://camo.githubusercontent.com/38fd6fe43f8dd00801cde76b5f3ed55a94cb64c799b3b932dae7910dcfb7899c/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f6d6564636f72652d75612f6e6b2d3032352d323032312d7061727365722e7376673f6c6162656c3d5061636b6167697374266c6f676f3d7061636b6167697374)](https://packagist.org/packages/medcore-ua/nk-025-2021-parser)[![Total Downloads](https://camo.githubusercontent.com/07220f1a3b5ed28c431d19e6ae016d4fdb7825611faecc0113625f178a2311e0/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f6d6564636f72652d75612f6e6b2d3032352d323032312d7061727365722e7376673f6c6162656c3d446f776e6c6f616473266c6f676f3d7061636b6167697374)](https://packagist.org/packages/medcore-ua/nk-025-2021-parser)[![License](https://camo.githubusercontent.com/fe9816fa9187d8dc0b556145596c8a2c9e403b2260312bcd3e2bc9b105229b84/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f6d6564636f72652d75612f6e6b2d3032352d323032312d7061727365722e7376673f6c6162656c3d4c6963656e6365266c6f676f3d6f70656e2d736f757263652d696e6974696174697665)](https://packagist.org/packages/medcore-ua/nk-025-2021-parser)

A PHP library to parse the NK-025-2021 medical classifications from [meddata.pp.ua](https://meddata.pp.ua/data/classifications/nk-025-2021.json).

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

[](#installation)

You can install the package via Composer:

```
composer require medcore-ua/nk-025-2021-parser
```

Usage
-----

[](#usage)

The `parse()` method returns a `ClassificationCollection` object which you can iterate over, or use the finder methods to search for specific classifications.

### Basic Usage

[](#basic-usage)

```
