PHPackages                             mijnpartnergroep-nl/sidn-suggestion-api-php - 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. mijnpartnergroep-nl/sidn-suggestion-api-php

ActiveLibrary[API Development](/categories/api)

mijnpartnergroep-nl/sidn-suggestion-api-php
===========================================

SIDN Suggestion API client library for PHP. SIDN is the registrar for .nl fqdn's.

v0.1(4y ago)1161BSD-2-ClausePHPPHP &gt;=7.4

Since Oct 13Pushed 4y ago1 watchersCompare

[ Source](https://github.com/MijnPartnerGroep-nl/sidn-suggestion-api-php)[ Packagist](https://packagist.org/packages/mijnpartnergroep-nl/sidn-suggestion-api-php)[ Docs](https://www.mijnpartnergroep.nl/)[ RSS](/packages/mijnpartnergroep-nl-sidn-suggestion-api-php/feed)WikiDiscussions main Synced yesterday

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

SIDN Suggestion API - PHP client
================================

[](#sidn-suggestion-api---php-client)

PHP client for SIDN suggestion API

Requirements and Authorization
------------------------------

[](#requirements-and-authorization)

To use the API you must request access by sending a request to  or contacting your SIDN representative. When approved you will be provided with access to the API. The API uses the Client Authorization flow for server-side authorization. To start the authorization flow, you need to request a clientId and clientSecret. You can request these from SIDN Support.

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

[](#installation)

The easiest way to install this client is to require it using [Composer](http://getcomposer.org/doc/00-intro.md).

Install using `composer require MijnPartnerGroep-nl/sidn-suggestion-api-php:^0.1`

Or add to your composer.json:

```
{
    "require": {
        "MijnPartnerGroep-nl/sidn-suggestion-api-php": "^0.1"
    }
}
```

Example usage
-------------

[](#example-usage)

Example usage as found in [the examples folder](Examples/Usage.php).

```
