PHPackages                             feng18/aliyun-opensearch - 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. feng18/aliyun-opensearch

ActiveLibrary[API Development](/categories/api)

feng18/aliyun-opensearch
========================

Aliyun OpenSearch for laravel5

1.0.0(8y ago)135PHP

Since Jan 12Pushed 8y agoCompare

[ Source](https://github.com/feng18/aliyun-opensearch)[ Packagist](https://packagist.org/packages/feng18/aliyun-opensearch)[ RSS](/packages/feng18-aliyun-opensearch/feed)WikiDiscussions master Synced 2w ago

READMEChangelogDependenciesVersions (2)Used By (0)

Aliyun OpenSearch
=================

[](#aliyun-opensearch)

> 基于 阿里云 开放搜索 SDK

> 应用于 Laravel 5.5

安装
--

[](#安装)

1. 安装包文件 ```
    $ composer require feng18/aliyun-opensearch
    ```

配置
--

[](#配置)

1. 在`config/app.php`文件中注册 provider 和 facade：

    ```
    'providers' => [
        ...,
        Sunny\OpenSearch\OpenSearchServiceProvider::class,
    ]

    'aliases' => [
        ...,
        'OpenSearch' => Sunny\OpenSearch\Facades\Search::class,
    ]
    ```
2. 创建配置文件：

    ```
    $ php artisan vendor:publish --provider=Sunny\OpenSearch\OpenSearchServiceProvider
    ```
3. 请修改应用根目录下的 `config/opensearch.php` 中对应的项即可；

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity9

Limited adoption so far

Community6

Small or concentrated contributor base

Maturity63

Established project with proven stability

 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

3091d ago

### Community

Maintainers

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

---

Top Contributors

[![feng18](https://avatars.githubusercontent.com/u/28354240?v=4)](https://github.com/feng18 "feng18 (5 commits)")

### Embed Badge

![Health badge](/badges/feng18-aliyun-opensearch/health.svg)

```
[![Health](https://phpackages.com/badges/feng18-aliyun-opensearch/health.svg)](https://phpackages.com/packages/feng18-aliyun-opensearch)
```

###  Alternatives

[exsyst/swagger

A php library to manipulate Swagger specifications

35816.3M7](/packages/exsyst-swagger)[hubspot/api-client

Hubspot API client

24015.5M18](/packages/hubspot-api-client)[pocketmine/bedrock-protocol

An implementation of the Minecraft: Bedrock Edition protocol in PHP

172437.8k11](/packages/pocketmine-bedrock-protocol)[botman/driver-telegram

Telegram driver for BotMan

94452.6k6](/packages/botman-driver-telegram)

PHPackages © 2026

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