PHPackages                             mucts/laravel-gjk-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. mucts/laravel-gjk-api

ActiveLibrary

mucts/laravel-gjk-api
=====================

GuiJK API Request

9.1.0(4y ago)081MITPHPPHP ^8.1CI failing

Since Apr 30Pushed 4y agoCompare

[ Source](https://github.com/mucts/laravel-gjk-api)[ Packagist](https://packagist.org/packages/mucts/laravel-gjk-api)[ RSS](/packages/mucts-laravel-gjk-api/feed)WikiDiscussions master Synced 4d ago

READMEChangelogDependencies (3)Versions (15)Used By (0)

[![](https://camo.githubusercontent.com/e27473a2cc76c25e71f47614427ff9e36425423a903be0290741a035ed26d42b/68747470733a2f2f696d616765732e6d756374732e636f6d2f696d6167652f6578705f6465665f77686974652e706e67)](https://camo.githubusercontent.com/e27473a2cc76c25e71f47614427ff9e36425423a903be0290741a035ed26d42b/68747470733a2f2f696d616765732e6d756374732e636f6d2f696d6167652f6578705f6465665f77686974652e706e67)

 [![Build Status](https://camo.githubusercontent.com/441aab517a0117aa1a40a2ec1225257ee764a5364ccba36ed9270aa50184bcfc/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d756374732f6c61726176656c2d676a6b2d6170692f6261646765732f6275696c642e706e67)](https://scrutinizer-ci.com/g/mucts/laravel-gjk-api) [![Code Intelligence Status](https://camo.githubusercontent.com/275c28f5ef93e66fa722cfcc6e750169a4ac0a8255f5ecc8a79bfde0e5c66af4/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d756374732f6c61726176656c2d676a6b2d6170692f6261646765732f636f64652d696e74656c6c6967656e63652e737667)](https://scrutinizer-ci.com/g/mucts/laravel-gjk-api) [![Scrutinizer Code Quality](https://camo.githubusercontent.com/a677014997f9d88c1b53a9d57f5f97ae437ea650bd6faa1bb1cc9ee87da6e0a9/68747470733a2f2f7363727574696e697a65722d63692e636f6d2f672f6d756374732f6c61726176656c2d676a6b2d6170692f6261646765732f7175616c6974792d73636f72652e706e67)](https://scrutinizer-ci.com/g/mucts/laravel-gjk-api) [![Total Downloads](https://camo.githubusercontent.com/c49a2b72d9052b3c0a6cb3882f8cca2daaff8967ce91f99722bd099ef1ed5c94/68747470733a2f2f706f7365722e707567782e6f72672f6d756374732f6c61726176656c2d676a6b2d6170692f642f746f74616c2e737667)](https://packagist.org/packages/mucts/laravel-gjk-api) [![Latest Stable Version](https://camo.githubusercontent.com/9012b0a2d8a0092896c782654ea0e962bc884c55d8b4d375974d66f5cd12478d/68747470733a2f2f706f7365722e707567782e6f72672f6d756374732f6c61726176656c2d676a6b2d6170692f762f737461626c652e737667)](https://packagist.org/packages/mucts/laravel-gjk-api) [![License](https://camo.githubusercontent.com/7bc7d8b687c8e672adbc50f08ed49fa46573b67788e2a70c68b49a78d7b0c406/68747470733a2f2f706f7365722e707567782e6f72672f6d756374732f6c61726176656c2d676a6b2d6170692f6c6963656e73652e737667)](https://packagist.org/packages/mucts/laravel-gjk-api)

Laravel gjk api
===============

[](#laravel-gjk-api)

贵健康API接口请求SDK

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

[](#installation)

### Server Requirements

[](#server-requirements)

> you will need to make sure your server meets the following requirements:

- `php >=7.2`
- `JSON PHP Extension`
- `OpenSSL PHP Extension`
- `GMP PHP Extension`
- `BCMath PHP Extension`
- `laravel/framework ^7.0`

### Laravel Installation

[](#laravel-installation)

```
composer require "mucts/laravel-gjk-api"

```

Usage
-----

[](#usage)

```
$id = gjk_request('/user_info',['user_id'=>10012111]);
```

### Use Facade

[](#use-facade)

```
$info = Gjk::request('/user_info',['user_id'=>10012111]);
```

### Update Configuration

[](#update-configuration)

```
use MuCTS\Laravel\GuiJK\Config\Config;
$info = Gjk::setConfig(new Config(['url'=>'https://..','app_id'=>10000,'secret_key'=>'','version'=>2000]))
->request('/user_info',['user_id'=>10012111]);
```

Configuration
-------------

[](#configuration)

If `config/gjk.php` not exist, run below:

```
php artisan vendor:publish

```

###  Health Score

30

—

LowBetter than 64% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity72

Established project with proven stability

 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

Every ~50 days

Recently: every ~158 days

Total

14

Last Release

1550d ago

Major Versions

0.0.3 → 1.0.02020-04-30

1.1.1 → 2.0.02020-05-20

2.0.3 → 3.02021-02-17

3.0.2 → 9.1.02022-02-16

PHP version history (4 changes)0.0.1PHP &gt;=5.6

2.0.0PHP &gt;=7.2

3.0PHP ^8.0

9.1.0PHP ^8.1

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/102022?v=4)[Herry Leonard](/maintainers/herry)[@herry](https://github.com/herry)

---

Top Contributors

[![yuandeng](https://avatars.githubusercontent.com/u/69410645?v=4)](https://github.com/yuandeng "yuandeng (26 commits)")

###  Code Quality

TestsPHPUnit

### Embed Badge

![Health badge](/badges/mucts-laravel-gjk-api/health.svg)

```
[![Health](https://phpackages.com/badges/mucts-laravel-gjk-api/health.svg)](https://phpackages.com/packages/mucts-laravel-gjk-api)
```

###  Alternatives

[vemcogroup/laravel-sparkpost-driver

SparkPost driver to use with Laravel 6.x|7.x|8.x|9.x|10.x

421.7M1](/packages/vemcogroup-laravel-sparkpost-driver)[scriptdevelop/whatsapp-manager

Paquete para manejo de WhatsApp Business API en Laravel

762.6k](/packages/scriptdevelop-whatsapp-manager)

PHPackages © 2026

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