2017 © Pedro Peláez
 

library opensearch

Aliyun Openearch for Laravel 5

image

atan/opensearch

Aliyun Openearch for Laravel 5

  • Wednesday, December 30, 2015
  • by atan
  • Repository
  • 1 Watchers
  • 3 Stars
  • 102 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 4 Versions
  • 4 % Grown

The README.md

Aliyun Opensearch

Aliyun Opeansearch for Laravel 5, (*1)

Install

Via Composer, (*2)

``` bash $ composer require atan/opensearch, (*3)


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: ```bash Atan\Opensearch\OpensearchServiceProvider::class,

Add the BootForm facade to the aliases array in config/app.php:, (*4)

``` bash 'Opensearch' => Atan\Opensearch\Facades\Opensearch::class,, (*5)


## Configuration Publish all vendor assets ``` bash php artisan vendor:publish

Usage

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

$result = $opensearch->search(); ```, (*7)

License

The MIT License (MIT). Please see License File for more information., (*8)

The Versions

30/12 2015

dev-master

9999999-dev https://github.com/tanshiqi/opensearch

Aliyun Openearch for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar atan

laravel aliyun opensearch

30/12 2015

1.0.2

1.0.2.0 https://github.com/tanshiqi/opensearch

Aliyun Openearch for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar atan

laravel aliyun opensearch

13/11 2015

1.0.1

1.0.1.0 https://github.com/tanshiqi/opensearch

Aliyun Openearch for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar atan

laravel aliyun opensearch

13/11 2015

1.0.0

1.0.0.0 https://github.com/tanshiqi/opensearch

Aliyun Openearch for Laravel 5

  Sources   Download

MIT

The Requires

 

The Development Requires

by Avatar atan

laravel aliyun opensearch