PHPackages                             hxsd/ding - 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. hxsd/ding

ActiveLibrary

hxsd/ding
=========

ding ding laravel package

v1.0.1(8y ago)6172MITPHPPHP &gt;=7.0.0

Since Mar 15Pushed 8y agoCompare

[ Source](https://github.com/hxsdedu/ding)[ Packagist](https://packagist.org/packages/hxsd/ding)[ Docs](https://github.com/hxsdedu/ding)[ RSS](/packages/hxsd-ding/feed)WikiDiscussions master Synced 3d ago

READMEChangelogDependencies (2)Versions (2)Used By (0)

ding ding laravel packages
==========================

[](#ding-ding-laravel-packages)

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

[](#requirements)

- PHP &gt;= 7.0.0
- Laravel &gt;= 5.5.0

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

[](#installation)

> This package requires PHP 7+ and Laravel 5.5

First, install laravel 5.5

```
composer require hxsd/ding

```

add the ServiceProvider to the providers array in `config/app.php`

```
\HXSD\Ding\Providers\DingProvider::class,
```

add this to your facades in app.php

```
'Ding' => \HXSD\Ding\Facades\Ding::class,
```

Then run these commands to publish assets and config：

```
php artisan vendor:publish --provider="HXSD\Ding\Providers\DingProvider"

```

Configurations
--------------

[](#configurations)

The file config/ding.php contains an array of configurations, you can find the default configurations in there.

```
'auth_info' => [
    // ding CorpId
    'corp_id' => '',

    // Company secret key
    'corp_secret' => '',

    // sso secret key
    'sso_secret' => '',

    // channel secret key
    'channel_secret' => '',
],
```

###  Health Score

27

—

LowBetter than 49% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity12

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity58

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

Unknown

Total

1

Last Release

2983d ago

### Community

Maintainers

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

---

Top Contributors

[![itxwh](https://avatars.githubusercontent.com/u/7019749?v=4)](https://github.com/itxwh "itxwh (22 commits)")

---

Tags

laravelDingxiewhding ding

### Embed Badge

![Health badge](/badges/hxsd-ding/health.svg)

```
[![Health](https://phpackages.com/badges/hxsd-ding/health.svg)](https://phpackages.com/packages/hxsd-ding)
```

###  Alternatives

[anourvalar/eloquent-serialize

Laravel Query Builder (Eloquent) serialization

11320.2M21](/packages/anourvalar-eloquent-serialize)[api-platform/laravel

API Platform support for Laravel

59126.4k6](/packages/api-platform-laravel)[codewithdennis/larament

Larament is a time-saving starter kit to quickly launch Laravel 13.x projects. It includes FilamentPHP 5.x pre-installed and configured, along with additional tools and features to streamline your development workflow.

3691.5k](/packages/codewithdennis-larament)

PHPackages © 2026

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