PHPackages                             cblink/gptlink-sdk - 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. cblink/gptlink-sdk

ActiveLibrary[API Development](/categories/api)

cblink/gptlink-sdk
==================

chatgpt-private-server development api package

v1.0.2(2y ago)0181MITPHPPHP &gt;=7.4

Since Aug 9Pushed 2y ago2 watchersCompare

[ Source](https://github.com/cblink/gptlink-sdk)[ Packagist](https://packagist.org/packages/cblink/gptlink-sdk)[ RSS](/packages/cblink-gptlink-sdk/feed)WikiDiscussions main Synced 1mo ago

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

 GPTLINK - SDK
===============

[](#-gptlink---sdk-)

 .

安装
--

[](#安装)

```
$ composer require cblink/gptlink-sdk -vvv
```

如何使用
----

[](#如何使用)

```
use \Cblink\Service\Develop\Application;

$config = [
    'api_key' => 'xxxxxxxx',
    'base_url' => 'https://api.gpt-link.com',
];

$app = new Application($config);

$data = [
    'prompt' => '一个漂亮的年轻女孩，手持魔杖，穿洛丽塔服装，站立姿势',
    'model' => 22,
    'width' => 512,
    'height' => 512,
    'creativity_degree' => 60
];

// 请求数据
$response = $app->image->create($data);

var_dump($response);
```

Contributing
------------

[](#contributing)

You can contribute in one of three ways:

1. File bug reports using the [issue tracker](https://github.com/cblink-service/order-sdk/issues).
2. Answer questions or fix bugs on the [issue tracker](https://github.com/cblink-service/order-sdk/issues).
3. Contribute new features or update the wiki.

*The code contribution process is not very formal. You just need to make sure that you follow the PSR-0, PSR-1, and PSR-2 coding guidelines. Any new code contributions must be accompanied by unit tests where applicable.*

License
-------

[](#license)

MIT

###  Health Score

23

—

LowBetter than 27% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community8

Small or concentrated contributor base

Maturity45

Maturing project, gaining track record

 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 ~1 days

Total

2

Last Release

1012d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/294794?v=4)[Juna](/maintainers/Juna)[@juna](https://github.com/juna)

---

Top Contributors

[![ihome520](https://avatars.githubusercontent.com/u/31379279?v=4)](https://github.com/ihome520 "ihome520 (2 commits)")

### Embed Badge

![Health badge](/badges/cblink-gptlink-sdk/health.svg)

```
[![Health](https://phpackages.com/badges/cblink-gptlink-sdk/health.svg)](https://phpackages.com/packages/cblink-gptlink-sdk)
```

###  Alternatives

[twilio/sdk

A PHP wrapper for Twilio's API

1.6k92.9M272](/packages/twilio-sdk)[facebook/php-business-sdk

PHP SDK for Facebook Business

90821.9M34](/packages/facebook-php-business-sdk)[meilisearch/meilisearch-php

PHP wrapper for the Meilisearch API

74513.7M114](/packages/meilisearch-meilisearch-php)[google/gax

Google API Core for PHP

265103.1M454](/packages/google-gax)[google/common-protos

Google API Common Protos for PHP

173103.7M50](/packages/google-common-protos)[hubspot/api-client

Hubspot API client

23914.2M16](/packages/hubspot-api-client)

PHPackages © 2026

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