PHPackages                             swisnl/pdok-geodatastore-api - 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. [API Development](/categories/api)
4. /
5. swisnl/pdok-geodatastore-api

AbandonedArchivedLibrary[API Development](/categories/api)

swisnl/pdok-geodatastore-api
============================

A client for the PDOK Geodatastore API.

1.0.0(8y ago)121MITPHPPHP ^7.0

Since Nov 24Pushed 7y ago2 watchersCompare

[ Source](https://github.com/swisnl/pdok-geodatastore-api)[ Packagist](https://packagist.org/packages/swisnl/pdok-geodatastore-api)[ Docs](https://github.com/swisnl/pdok-geodatastore-api)[ RSS](/packages/swisnl-pdok-geodatastore-api/feed)WikiDiscussions master Synced today

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

PDOK Geodatastore API
=====================

[](#pdok-geodatastore-api)

[![PHP from Packagist](https://camo.githubusercontent.com/5435d655cc8ef0b7d39f3045b4b9376bcf6a04ce32619ef1823f64a3f6d11f8a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f7068702d762f737769736e6c2f70646f6b2d67656f6461746173746f72652d6170692e737667)](https://packagist.org/packages/swisnl/pdok-geodatastore-api)[![Latest Version on Packagist](https://camo.githubusercontent.com/a96fa1ddc0c1b5f8d0431c614bcfcefbcc811e37860b6649cfb5dbe16250e895/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f737769736e6c2f70646f6b2d67656f6461746173746f72652d6170692e737667)](https://packagist.org/packages/swisnl/pdok-geodatastore-api)[![Software License](https://camo.githubusercontent.com/98ca9ad3edc465f8f001fcdbe714ac9a16a5f46ff350209fbb066c79688190a3/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f737769736e6c2f70646f6b2d67656f6461746173746f72652d6170692e737667)](LICENSE.md)[![Run Status](https://camo.githubusercontent.com/c313dee181030cf390aaefacb402157c6d277100d1c8cc85f8c411bc6dffbfb2/68747470733a2f2f6170692e736869707061626c652e636f6d2f70726f6a656374732f3561303564346563653339373439303730303033356532332f62616467653f6272616e63683d6d6173746572)](https://app.shippable.com/github/swisnl/pdok-geodatastore-api)[![Coverage Badge](https://camo.githubusercontent.com/25baa02bd4cefd3d734c8d643fffc0fb14b07c4e6e723c0fa36d7131348bdbee/68747470733a2f2f6170692e736869707061626c652e636f6d2f70726f6a656374732f3561303564346563653339373439303730303033356532332f636f76657261676542616467653f6272616e63683d6d6173746572)](https://app.shippable.com/github/swisnl/pdok-geodatastore-api)[![Total Downloads](https://camo.githubusercontent.com/c70f3f468a53421d4a7c90fbcea0e4d18989d1de57a7825f8cab47eb1914ef1f/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f737769736e6c2f70646f6b2d67656f6461746173746f72652d6170692e737667)](https://packagist.org/packages/swisnl/pdok-geodatastore-api)[![Made by SWIS](https://camo.githubusercontent.com/18c919ccf015240637f952c01c589455387b8af316c33432b6cb1a540fe1fdf8/68747470733a2f2f696d672e736869656c64732e696f2f62616467652f2546302539462539412538302d6d6164652532306279253230535749532d2532334439303231422e737667)](https://www.swis.nl)

A simple Object Oriented wrapper for PDOK Geodatastore API, written in PHP7. Uses [PDOK Geodatastore API v1](https://geodatastore.pdok.nl/api/v1/docs).

⚠️ Out of service ⚠️
--------------------

[](#warning-out-of-service-warning)

PDOK Geodatastore and its API have been taken out of service as of January 2019, therefore this package no longer works!

Features
--------

[](#features)

- Follows PSR-4 conventions and coding standard: autoload friendly
- Light and fast thanks to lazy loading of API classes

Requirements
------------

[](#requirements)

- PHP &gt;= 7.0
- [Guzzle](https://github.com/guzzle/guzzle) library,
- (optional) PHPUnit to run tests.

Install
-------

[](#install)

Via Composer

```
$ composer require swisnl/pdok-geodatastore-api php-http/guzzle6-adapter
```

Why `php-http/guzzle6-adapter`? We are decoupled from any HTTP messaging client with help by [HTTPlug](http://httplug.io/).

Usage
-----

[](#usage)

```
$client = new \Swis\PdokGeodatastoreApi\Client();
$client->authenticate('username', 'password');
$datasets = $client->datasets()->all();
```

From `$client` object, you can access all features.

Change log
----------

[](#change-log)

Please see [CHANGELOG](CHANGELOG.md) for more information on what has changed recently.

Testing
-------

[](#testing)

```
$ composer test
```

Contributing
------------

[](#contributing)

Please see [CONTRIBUTING](CONTRIBUTING.md) and [CODE\_OF\_CONDUCT](CODE_OF_CONDUCT.md) for details.

Security
--------

[](#security)

If you discover any security related issues, please email  instead of using the issue tracker.

Credits
-------

[](#credits)

- [Jasper Zonneveld](https://github.com/JaZo)
- [All Contributors](../../contributors)

Heavily inspired by [PHP GitHub API](https://github.com/KnpLabs/php-github-api).

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

SWIS
----

[](#swis)

[SWIS](https://www.swis.nl) is a web agency from Leiden, the Netherlands. We love working with open source software.

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity58

Maturing project, gaining track record

 Bus Factor1

Top contributor holds 100% 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

Unknown

Total

1

Last Release

3091d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/8734305?v=4)[SWIS](/maintainers/swisnl)[@swisnl](https://github.com/swisnl)

---

Top Contributors

[![JaZo](https://avatars.githubusercontent.com/u/3475007?v=4)](https://github.com/JaZo "JaZo (16 commits)")

---

Tags

apiapi-clientclientgeodatastoregeoregisterngrpdokapiclientswisnlswisnationaal-georegisterngrpublieke-dienstverlening-op-de-kaartpdokgeodatastore

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/swisnl-pdok-geodatastore-api/health.svg)

```
[![Health](https://phpackages.com/badges/swisnl-pdok-geodatastore-api/health.svg)](https://phpackages.com/packages/swisnl-pdok-geodatastore-api)
```

###  Alternatives

[openai-php/client

OpenAI PHP is a supercharged PHP API client that allows you to interact with the Open AI API

5.8k22.6M232](/packages/openai-php-client)[jolicode/slack-php-api

An up to date PHP client for Slack's API

2534.4M12](/packages/jolicode-slack-php-api)[theodo-group/llphant

LLPhant is a library to help you build Generative AI applications.

1.5k311.5k5](/packages/theodo-group-llphant)[dhope0000/lxd

PHP-based API wrapper for LXD REST API.

136.2k](/packages/dhope0000-lxd)[phpro/http-tools

HTTP tools for developing more consistent HTTP implementations.

28137.8k](/packages/phpro-http-tools)[mozex/anthropic-php

Anthropic PHP is a supercharged community-maintained PHP API client that allows you to interact with Anthropic API.

46365.1k13](/packages/mozex-anthropic-php)

PHPackages © 2026

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