PHPackages                             6du.in/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. [Utility &amp; Helpers](/categories/utility)
4. /
5. 6du.in/sdk

ActiveLibrary[Utility &amp; Helpers](/categories/utility)

6du.in/sdk
==========

The short url service SDK by 6du.in

19PHP

Since Aug 20Pushed 6y agoCompare

[ Source](https://github.com/impresschina/udpower_6du.in)[ Packagist](https://packagist.org/packages/6du.in/sdk)[ RSS](/packages/6duin-sdk/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependenciesVersions (1)Used By (0)

安装
--

[](#安装)

```
 composer require 6du.in/sdk

```

调用方法
----

[](#调用方法)

```
include_once './vendor/autoload.php';

const SecretKey = '54a4be329214c553ICAgICA4454d25898be4ad7gMjU4Mg';
$api = new \Sixdu\V1\SDK(SecretKey);

try {
    $surl = $api->add('http://baidu.com/abc?a=1000');
    print_r($surl);
    echo "\n";
} catch (ErrorException $e) {
    echo $e->getMessage() . "\n" . $e->getTraceAsString();
    echo "\n";
}

```

调用细节请参考相关DEMO

###  Health Score

19

—

LowBetter than 10% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity6

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity36

Early-stage or recently created project

 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.

### Community

Maintainers

![](https://www.gravatar.com/avatar/e098c122e6f5aa76feb5ab386f3d14397369075aefc57b069143ce2db8499f8a?d=identicon)[impresschina](/maintainers/impresschina)

---

Top Contributors

[![impresschina](https://avatars.githubusercontent.com/u/6713576?v=4)](https://github.com/impresschina "impresschina (35 commits)")

### Embed Badge

![Health badge](/badges/6duin-sdk/health.svg)

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

###  Alternatives

[tobiasbg/tablepress

TablePress plugin for WordPress

28817.4k](/packages/tobiasbg-tablepress)[studioespresso/craft-navigate

Navigation plugin for Craft CMS

2642.6k1](/packages/studioespresso-craft-navigate)[arius/number-formatter

Extended PHP NumberFormatter class.

169.9k](/packages/arius-number-formatter)

PHPackages © 2026

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