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

ActiveLibrary[API Development](/categories/api)

atan/opensearch
===============

Aliyun Openearch for Laravel 5

1.0.2(10y ago)3129MITPHPPHP &gt;=5.4.0

Since Nov 13Pushed 10y ago1 watchersCompare

[ Source](https://github.com/pinweb/opensearch)[ Packagist](https://packagist.org/packages/atan/opensearch)[ Docs](https://github.com/tanshiqi/opensearch)[ RSS](/packages/atan-opensearch/feed)WikiDiscussions master Synced 4w ago

READMEChangelog (1)Dependencies (3)Versions (4)Used By (0)

Aliyun Opensearch
=================

[](#aliyun-opensearch)

Aliyun Opeansearch for Laravel 5

Install
-------

[](#install)

Via Composer

```
$ composer require atan/opensearch
```

As with most Laravel 5 packages you'll then need to register the Opensearch service provider. To do that, head over your config/app.php file and add the following line into the providers array:

```
Atan\Opensearch\OpensearchServiceProvider::class,
```

Add the BootForm facade to the aliases array in config/app.php:

```
'Opensearch' => Atan\Opensearch\Facades\Opensearch::class,
```

Configuration
-------------

[](#configuration)

Publish all vendor assets

```
php artisan vendor:publish
```

Usage
-----

[](#usage)

```
$opensearch = Opensearch::connect();
$opensearch->setQueryString("default:'关键词'");
$opensearch->setFormat('json');

$result = $opensearch->search();
```

License
-------

[](#license)

The MIT License (MIT). Please see [License File](LICENSE.md) for more information.

###  Health Score

28

—

LowBetter than 52% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity13

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity60

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

Every ~23 days

Total

3

Last Release

3836d ago

### Community

Maintainers

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

---

Top Contributors

[![tanshiqi](https://avatars.githubusercontent.com/u/1159607?v=4)](https://github.com/tanshiqi "tanshiqi (3 commits)")

---

Tags

laravelopensearchaliyun

###  Code Quality

TestsPHPUnit

### Embed Badge

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

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

###  Alternatives

[defstudio/telegraph

A laravel facade to interact with Telegram Bots

815320.5k3](/packages/defstudio-telegraph)[riclep/laravel-storyblok

A Laravel wrapper around the Storyblok API to provide a familiar experience for Laravel devs

6277.0k5](/packages/riclep-laravel-storyblok)[simplestats-io/laravel-client

Analytics for Laravel. Track visitors, registrations, and payments. Discover which channels actually drive revenue, not just traffic. Server-side, GDPR compliant, ad-blocker proof.

5019.3k](/packages/simplestats-io-laravel-client)

PHPackages © 2026

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