PHPackages                             oneofftech/k-link-registry-client - 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. oneofftech/k-link-registry-client

ActiveLibrary[API Development](/categories/api)

oneofftech/k-link-registry-client
=================================

Client library for K-Registry API

v0.3.0(7y ago)0282[1 issues](https://github.com/k-box/k-registry-client/issues)AGPL-3.0-onlyPHPPHP &gt;=7.1

Since Sep 14Pushed 7y ago1 watchersCompare

[ Source](https://github.com/k-box/k-registry-client)[ Packagist](https://packagist.org/packages/oneofftech/k-link-registry-client)[ RSS](/packages/oneofftech-k-link-registry-client/feed)WikiDiscussions develop Synced 1mo ago

READMEChangelogDependencies (10)Versions (6)Used By (0)

[![Build Status](https://camo.githubusercontent.com/76e24842a841d093b63c3579f2f551a27b50544fd5c9999a8208860fa7d6556d/68747470733a2f2f7472617669732d63692e6f72672f6b2d626f782f6b2d72656769737472792d636c69656e742e7376673f6272616e63683d6d6173746572)](https://travis-ci.org/k-box/k-registry-client)

K-Link Registry client
======================

[](#k-link-registry-client)

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

[](#installation)

**TL;DR**

```
composer require php-http/guzzle6-adapter guzzlehttp/psr7 php-http/message oneofftech/k-link-registry-client
```

This library does not have a dependency on Guzzle, cUrl or any other library that sends HTTP requests. We use the awesome HTTPlug to achieve the decoupling. We want you to choose what library to use for sending HTTP requests. Consult this list of packages that support [php-http/client-implementation](https://packagist.org/providers/php-http/client-implementation)find clients to use. For more information about virtual packages please refer to [HTTPlug](http://docs.php-http.org/en/latest/httplug/users.html). Example:

```
composer require php-http/guzzle6-adapter
```

You do also need to install a PSR-7 implementation and a factory to create PSR-7 messages (PSR-17 whenever that is released). You could use Guzzles PSR-7 implementation and factories from php-http:

```
composer require guzzlehttp/psr7 php-http/message
```

Now you may install the library by running the following:

```
composer require oneofftech/k-link-registry-client
```

Usage example
-------------

[](#usage-example)

```
