PHPackages                             zerosdev/linkqu-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. zerosdev/linkqu-php

ActiveLibrary[API Development](/categories/api)

zerosdev/linkqu-php
===================

Unofficial Integration Kit for LinkQu.id

v1.2.2(1y ago)3482↓68.6%5MITPHPPHP &gt;=7.0.0CI passing

Since Sep 9Pushed 1y ago1 watchersCompare

[ Source](https://github.com/zerosdev/linkqu-php)[ Packagist](https://packagist.org/packages/zerosdev/linkqu-php)[ Docs](https://linkqu.id)[ RSS](/packages/zerosdev-linkqu-php/feed)WikiDiscussions 1.x Synced 1w ago

READMEChangelog (10)Dependencies (1)Versions (12)Used By (0)

linkqu-php
==========

[](#linkqu-php)

Unofficial Integration Kit for LinkQu.id

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

[](#requirements)

- PHP v7.0.0+
- PHP JSON Extension
- [Guzzle, PHP HTTP Client](https://github.com/guzzle/guzzle) v6.5+

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

[](#installation)

1. Run command

```
composer require zerosdev/linkqu-php
```

2. Run command

```
composer dump-autoload
```

### The following steps only needed if you are using Laravel

[](#the-following-steps-only-needed-if-you-are-using-laravel)

3. Then

```
php artisan vendor:publish --provider="ZerosDev\LinkQu\Laravel\ServiceProvider"
```

4. Edit **config/linkqu.php** and put your API credentials

Basic Usage
-----------

[](#basic-usage)

### Laravel Usage

[](#laravel-usage)

```
