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. [Framework](/categories/framework)
4. /
5. hxsd/ding

ActiveLibrary[Framework](/categories/framework)

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

ding ding laravel package

v1.0.1(8y ago)5172MITPHPPHP &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 3w 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 47% 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

3031d ago

### Community

Maintainers

![](https://avatars.githubusercontent.com/u/22389822?v=4)[hxsd](/maintainers/hxsd)[@hxsd](https://github.com/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

[laravel/octane

Supercharge your Laravel application's performance.

4.0k26.6M217](/packages/laravel-octane)[unopim/unopim

UnoPim Laravel PIM

10.5k2.4k](/packages/unopim-unopim)[laravel/nightwatch

The official Laravel Nightwatch package.

36210.1M34](/packages/laravel-nightwatch)[statamic/statamic

Statamic

829179.5k](/packages/statamic-statamic)[nasirkhan/laravel-starter

A CMS like modular Laravel starter project.

1.4k2.7k](/packages/nasirkhan-laravel-starter)[ecotone/laravel

Ecotone for Laravel — CQRS, Event Sourcing, Sagas, Durable Workflows, and Outbox on top of Laravel Queue, via PHP attributes.

21318.6k3](/packages/ecotone-laravel)

PHPackages © 2026

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