PHPackages                             wterberg/dcat-ap-donl - 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. [Validation &amp; Sanitization](/categories/validation)
4. /
5. wterberg/dcat-ap-donl

ActiveLibrary[Validation &amp; Sanitization](/categories/validation)

wterberg/dcat-ap-donl
=====================

Allows for creation and validation of datasets conforming to the DCAT-AP-DONL 1.1 metadata standard

1.0.0(11mo ago)03.1kMITPHPPHP ^8.2

Since Dec 4Pushed 11mo agoCompare

[ Source](https://github.com/WterBerg/php-dcatapdonl)[ Packagist](https://packagist.org/packages/wterberg/dcat-ap-donl)[ RSS](/packages/wterberg-dcat-ap-donl/feed)WikiDiscussions main Synced 1mo ago

READMEChangelog (8)Dependencies (4)Versions (12)Used By (0)

WterBerg / PHP DCAT-AP-DONL
===========================

[](#wterberg--php-dcat-ap-donl)

[github.com/WterBerg/php-dcatapdonl](https://github.com/WterBerg/php-dcatapdonl)

This package allows for creation and validation of datasets conforming to the [DCAT-AP-DONL 1.1](https://dcat-ap-donl.readthedocs.io) metadata standard.

License
-------

[](#license)

View the `LICENSE.md` file for licensing details.

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

[](#installation)

Installation of [`wterberg/dcat-ap-donl`](https://packagist.org/packages/wterberg/dcat-ap-donl) is done via [Composer](https://getcomposer.org).

```
composer require wterberg/dcat-ap-donl
```

Usage
-----

[](#usage)

Usage can be as simple as:

```
use DCAT_AP_DONL\DCATDataset;
use DCAT_AP_DONL\DCATLiteral;

$dataset = new DCATDataset();
$dataset->setTitle(new DCATLiteral('My new dataset');

$validation = $dataset->validate();
var_dump($validation->getMessages());
```

###  Health Score

44

—

FairBetter than 92% of packages

Maintenance51

Moderate activity, may be stable

Popularity20

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity80

Battle-tested with a long release history

 Bus Factor1

Top contributor holds 58.9% 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 ~237 days

Recently: every ~447 days

Total

11

Last Release

341d ago

Major Versions

0.6.0 → 1.0.02025-06-05

PHP version history (4 changes)0.1PHP ^7.2

0.4.1PHP ^7.3

0.6.0PHP ^7.3|^8.0

1.0.0PHP ^8.2

### Community

Maintainers

![](https://www.gravatar.com/avatar/5c9b231610566fb8c05a224bcd73c1bd37cadf9598f8c8b6ae2415970d46c3ea?d=identicon)[WterBerg](/maintainers/WterBerg)

---

Top Contributors

[![WterBerg](https://avatars.githubusercontent.com/u/1516925?v=4)](https://github.com/WterBerg "WterBerg (76 commits)")[![dependabot[bot]](https://avatars.githubusercontent.com/in/29110?v=4)](https://github.com/dependabot[bot] "dependabot[bot] (53 commits)")

---

Tags

composerdcatdcat-ap-donlphp

###  Code Quality

TestsPHPUnit

Static AnalysisPHPStan

Code StylePHP CS Fixer

Type Coverage Yes

### Embed Badge

![Health badge](/badges/wterberg-dcat-ap-donl/health.svg)

```
[![Health](https://phpackages.com/badges/wterberg-dcat-ap-donl/health.svg)](https://phpackages.com/packages/wterberg-dcat-ap-donl)
```

###  Alternatives

[webmozart/assert

Assertions to validate method input/output with nice error messages.

7.6k894.0M1.2k](/packages/webmozart-assert)[bensampo/laravel-enum

Simple, extensible and powerful enumeration implementation for Laravel.

2.0k15.9M104](/packages/bensampo-laravel-enum)[swaggest/json-schema

High definition PHP structures with JSON-schema based validation

48612.5M73](/packages/swaggest-json-schema)[stevebauman/purify

An HTML Purifier / Sanitizer for Laravel

5325.6M19](/packages/stevebauman-purify)[ashallendesign/laravel-config-validator

A package for validating your Laravel app's config.

217905.3k5](/packages/ashallendesign-laravel-config-validator)[crazybooot/base64-validation

Laravel validators for base64 encoded files

1341.9M8](/packages/crazybooot-base64-validation)

PHPackages © 2026

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