PHPackages                             listen/ali-openapi - 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. listen/ali-openapi

ActiveLibrary[API Development](/categories/api)

listen/ali-openapi
==================

Ali Openali Package

1.1.4(7y ago)058MITPHPPHP &gt;=5.5.9

Since Jan 11Pushed 7y agoCompare

[ Source](https://github.com/listen-rain/ali-openapi)[ Packagist](https://packagist.org/packages/listen/ali-openapi)[ RSS](/packages/listen-ali-openapi/feed)WikiDiscussions master Synced 3d ago

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

Ali OpenAPi
===========

[](#ali-openapi)

Ali Openapi Package For Laravel5

[![Latest Stable Version](https://camo.githubusercontent.com/8f1dbc643b3bb57be65e38f9b2edc3ee34359bfdd8e28bd1c1b8245dbebaefc1/68747470733a2f2f706f7365722e707567782e6f72672f6c697374656e2f616c692d6f70656e6170692f762f737461626c65)](https://packagist.org/packages/listen/ali-openapi)[![Total Downloads](https://camo.githubusercontent.com/92d2429cc74f95431d925bfc0ed97e0a07cb2403edd10324f0505437a437e752/68747470733a2f2f706f7365722e707567782e6f72672f6c697374656e2f616c692d6f70656e6170692f646f776e6c6f616473)](https://packagist.org/packages/listen/ali-openapi)[![Latest Unstable Version](https://camo.githubusercontent.com/3054edc496ce3820029b84de4c17bb3e7e7be96f4f9ffd2cb5d0322f4b08cbc2/68747470733a2f2f706f7365722e707567782e6f72672f6c697374656e2f616c692d6f70656e6170692f762f756e737461626c65)](https://packagist.org/packages/listen/ali-openapi)[![License](https://camo.githubusercontent.com/a26fc861f4ee29d11478f9707953c9b79e91109bb78ae307ac3051fab09d7238/68747470733a2f2f706f7365722e707567782e6f72672f6c697374656e2f616c692d6f70656e6170692f6c6963656e7365)](https://packagist.org/packages/listen/ali-openapi)[![Monthly Downloads](https://camo.githubusercontent.com/c2ebd3128188d1372ba27a4a4c0123f7b53a6c15743c7db10d181f331b70384a/68747470733a2f2f706f7365722e707567782e6f72672f6c697374656e2f616c692d6f70656e6170692f642f6d6f6e74686c79)](https://packagist.org/packages/listen/ali-openapi)[![Daily Downloads](https://camo.githubusercontent.com/1c70757326daa2053d42c196a48aad7fc4a0f658d3a205b4eae942b94d668768/68747470733a2f2f706f7365722e707567782e6f72672f6c697374656e2f616c692d6f70656e6170692f642f6461696c79)](https://packagist.org/packages/listen/ali-openapi)[![composer.lock](https://camo.githubusercontent.com/24b337fa45547d5dce42918f8807081e47d5106f8c65104306214dde3ce419be/68747470733a2f2f706f7365722e707567782e6f72672f6c697374656e2f616c692d6f70656e6170692f636f6d706f7365726c6f636b)](https://packagist.org/packages/listen/ali-openapi)

Usage
-----

[](#usage)

composer install

```
composer require "listen/ali-openapi"
```

publish config

```
php artisan publish
```

update config/app.php

```
providers => [
    ......
    Listen\AliOpenapi\AliOpenapiServiceProvider::class,
],

......

aliases => [
    ......
    'AliOpenapi' => Listen\AliOpenapi\Facades\AliOpenapi::class,
]
```

getToken

```
dd(AliOpenapi::getToken());
```

update .env

```
# aliyun 配置
ALI_ACCESS_KEY_ID=xxxxxx
ALI_ACCESS_KEY_SECRET=xxxxxx

```

set exception notify

```
\AliOpenapi::pushExceptionCallback('dingtalk', function ($module, $message, $code, $otherParams) {
            // https://github.com/listen-rain/dingtalk
            sendByDingtalk($message . "\n\n Code: {$code}", "{$module}.error");
        });
```

###  Health Score

26

—

LowBetter than 43% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity8

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity59

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

Total

4

Last Release

2614d ago

### Community

Maintainers

![](https://www.gravatar.com/avatar/8a57f985c4d59480c0f310f92e51fd2bbc5a211b6a5f8a9f011720d0800ee854?d=identicon)[listen-rain](/maintainers/listen-rain)

---

Top Contributors

[![listen-rain](https://avatars.githubusercontent.com/u/41713191?v=4)](https://github.com/listen-rain "listen-rain (2 commits)")

### Embed Badge

![Health badge](/badges/listen-ali-openapi/health.svg)

```
[![Health](https://phpackages.com/badges/listen-ali-openapi/health.svg)](https://phpackages.com/packages/listen-ali-openapi)
```

###  Alternatives

[darkaonline/l5-swagger

OpenApi or Swagger integration to Laravel

2.9k34.0M112](/packages/darkaonline-l5-swagger)[echolabsdev/prism

A powerful Laravel package for integrating Large Language Models (LLMs) into your applications.

2.3k388.3k10](/packages/echolabsdev-prism)[sburina/laravel-whmcs-up

WHMCS API client and user provider for Laravel

271.3k](/packages/sburina-laravel-whmcs-up)

PHPackages © 2026

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