PHPackages                             kennisnet/phpeckcs - 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. [Utility &amp; Helpers](/categories/utility)
4. /
5. kennisnet/phpeckcs

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

kennisnet/phpeckcs
==================

PHP normalizer for ECK records from Koppelpunt Catalogusinformatie

1.1.0(1y ago)05.1k↓25%2[4 PRs](https://github.com/kennisnet/phpECKCS/pulls)1MITPHPPHP ^7.3||^8.1||^8.2CI passing

Since Nov 5Pushed 3mo ago4 watchersCompare

[ Source](https://github.com/kennisnet/phpECKCS)[ Packagist](https://packagist.org/packages/kennisnet/phpeckcs)[ Docs](https://github.com/kennisnet/phpECKCS)[ RSS](/packages/kennisnet-phpeckcs/feed)WikiDiscussions master Synced 1mo ago

READMEChangelog (8)Dependencies (1)Versions (14)Used By (1)

ECKCS normalizer en deserializer
================================

[](#eckcs-normalizer-en-deserializer)

Deze library geeft de mogelijkheid om op via een standaard interface XML documenten die volgens de ECKCatalogService standaard zijn opgesteld te deserializeren en te gebruiken in een php applicatie.

### Links

[](#links)

- XSD's behorende bij de ECK standaard:
- Informatie over de werkgroep ECK Distributie en toegang: [https://www.edustandaard.nl/standaard\_werkgroepen/werkgroep-educatieve-distributie-en-toegang/](https://www.edustandaard.nl/standaard_werkgroepen/werkgroep-educatieve-distributie-en-toegang/)
- Informatie over de geïmplementeerde standaard: [https://www.edustandaard.nl/standaard\_afspraken/eck-distributie-en-toegang/eck-distributie-en-toegang-2-3/](https://www.edustandaard.nl/standaard_afspraken/eck-distributie-en-toegang/eck-distributie-en-toegang-2-3/)

### Voorbeeld

[](#voorbeeld)

```
$document   = file_get_contents(...);
$normalizer = new Kennisnet\ECK\RecordsNormalizer();

$deserializedRecords = $normalizer->deserializeFromSearchResponse($document);
$records = $normalizer->normalize($deserializedRecords, Kennisnet\ECK\EckRecordSchemaTypes::ECKCS_2_3);
```

### Andere projecten

[](#andere-projecten)

-  (geeft een standaard interface voor het zoeken in de CatalogService)

### Ondersteuning

[](#ondersteuning)

- Dit project ondersteund op dit moment alleen de standaard ECKCS 2.5.1 &amp; 2.5.2, eerdere standaarden worden niet ondersteund, nieuwere mogelijk via backwards-compatibility.
- Heb je vragen over het gebruik of implementatie van de standaard, neem dan contact op met:

###  Health Score

47

—

FairBetter than 94% of packages

Maintenance60

Regular maintenance activity

Popularity24

Limited adoption so far

Community18

Small or concentrated contributor base

Maturity73

Established project with proven stability

 Bus Factor2

2 contributors hold 50%+ of commits

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

Recently: every ~276 days

Total

10

Last Release

622d ago

PHP version history (3 changes)1.0.0PHP ^7.3

1.0.7PHP ^7.3||^8.1

1.0.8PHP ^7.3||^8.1||^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/3d5ba0d19fd97386ecc8e71a479f33fd1bc47f20b151c52c04c091faf3be186d?d=identicon)[kennisnet](/maintainers/kennisnet)

---

Top Contributors

[![soufianekhallouki](https://avatars.githubusercontent.com/u/56916722?v=4)](https://github.com/soufianekhallouki "soufianekhallouki (8 commits)")[![wimmuskee](https://avatars.githubusercontent.com/u/1087783?v=4)](https://github.com/wimmuskee "wimmuskee (4 commits)")[![ABerkhout](https://avatars.githubusercontent.com/u/1859380?v=4)](https://github.com/ABerkhout "ABerkhout (2 commits)")[![gewooneendeveloper](https://avatars.githubusercontent.com/u/302548?v=4)](https://github.com/gewooneendeveloper "gewooneendeveloper (2 commits)")[![khallouki](https://avatars.githubusercontent.com/u/3285427?v=4)](https://github.com/khallouki "khallouki (2 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/kennisnet-phpeckcs/health.svg)

```
[![Health](https://phpackages.com/badges/kennisnet-phpeckcs/health.svg)](https://phpackages.com/packages/kennisnet-phpeckcs)
```

###  Alternatives

[doctrine/deprecations

A small layer on top of trigger\_error(E\_USER\_DEPRECATED) or PSR-3 logging with options to disable all deprecations or selectively for packages.

1.8k473.4M32](/packages/doctrine-deprecations)[spatie/regex

A sane interface for php's built in preg\_\* functions

1.1k17.1M59](/packages/spatie-regex)

PHPackages © 2026

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