1
0
mirror of https://github.com/danog/LibDNSJson.git synced 2024-11-26 11:54:47 +01:00

Add installation instructions

This commit is contained in:
Daniil Gentili 2019-07-15 13:08:12 +02:00
parent 7d5e07815d
commit d91ef5cbb4

View File

@ -9,3 +9,9 @@ Encoder/decoder for [google's JSON DNS message format](https://developers.google
The API consists of a `QueryEncoderFactory` that creates `QueryEncoder` objects, that can encode libdns `Message` objects to a query string that can be used both with google's and cloudflare's DNS-over-HTTPS APIs (for cloudflare, using directly UDP wireformat with `libdns`'s `Encoder` is recommended).
The `JsonDecoderFactory` creates `JsonDecoder` objects, that accept JSON strings and decode them back to `Message` objects.
## Installation
```
composer require danog/libdns-json
```