Download the PHP package areirei/meilisearch-laravel-scout without Composer

On this page you can find all versions of the php package areirei/meilisearch-laravel-scout. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.

FAQ

After the download, you have to make one include require_once('vendor/autoload.php');. After that you have to import the classes with use statements.

Example:
If you use only one package a project is not needed. But if you use more then one package, without a project it is not possible to import the classes with use statements.

In general, it is recommended to use always a project to download your libraries. In an application normally there is more than one library needed.
Some PHP packages are not free to download and because of that hosted in private repositories. In this case some credentials are needed to access such packages. Please use the auth.json textarea to insert credentials, if a package is coming from a private repository. You can look here for more information.

  • Some hosting areas are not accessible by a terminal or SSH. Then it is not possible to use Composer.
  • To use Composer is sometimes complicated. Especially for beginners.
  • Composer needs much resources. Sometimes they are not available on a simple webspace.
  • If you are using private repositories you don't need to share your credentials. You can set up everything on our site and then you provide a simple download link to your team member.
  • Simplify your Composer build process. Use our own command line tool to download the vendor folder as binary. This makes your build process faster and you don't need to expose your credentials for private repositories.
Please rate this library. Is it a good library?

Informations about the package meilisearch-laravel-scout

MeiliSearch Laravel Scout

[DEPRECATED] MeiliSearch Laravel Scout

MeiliSearch | Documentation | Slack | Roadmap | Website | FAQ

Latest Stable Version Actions Status License Bors enabled

⚡ The MeiliSearch driver for Laravel Scout


⚠️ This package is deprecated. We recommend you to use Laravel Scout that now supports MeiliSearch.


MeiliSearch Laravel Scout is a MeiliSearch driver for Laravel.

MeiliSearch is an open-source search engine. Discover what MeiliSearch is!

Table of Contents

📖 Documentation

See our Documentation or our API References.

Also, take a look at the Wiki of this repository!

🔧 Installation

Install the Plugin

Install the HTTP Client

You could use any PSR-18 compatible client to use with this SDK. No additional configurations are required.
A list of compatible HTTP clients and client adapters can be found at php-http.org.

If you use Laravel 8 you can skip this section as laravel pre-install Guzzle 7 by default.

Guzzle 7:

If you already have guzzle installed with a version < 7, don't forget to update the version inside your composer.json

Guzzle 6:

Symfony Http Client:

Curl:

Export Configuration

Update the .env file

Run MeiliSearch

There are many easy ways to download and run a MeiliSearch instance.

For example, if you use Docker:

NB: you can also download MeiliSearch from Homebrew or APT.

🚀 Getting Started

Indexes

Create an Index

Add Documents

You can also import all your table to meilisearch by using the artisan command:

Search in an Index

Delete Documents

or you can use the artisan command to delete all documents from an index:

Delete an Index

Search

Custom Search

All the supported options are described in the search parameters section of the documentation.

Pagination

🗃️ Setting

Displayed

Edit displayed settings

Distinct

Edit distinct settings

Filterable

Edit filterable settings

Ranking

Edit ranking rules

Searchable

Edit searchable

Sortable

Edit sortable

🤖 Compatibility with MeiliSearch

This package only guarantees the compatibility with the version v0.20.0 of MeiliSearch.

💡 Learn More

If you're not familiar with MeiliSerach yet, the following sections may interest you:

💡 You can use more advance function by reading the documentation of MeiliSearch PHP Client.

👍 This package is a custom engine of Laravel Scout.

Development Workflow and Contributing

Any new contribution is more than welcome in this project!

If you want to know more about the development workflow or want to contribute, please visit our contributing guidelines for detailed instructions!


MeiliSearch provides and maintains many SDKs and Integration tools like this one. We want to provide everyone with an amazing search experience for any kind of project. If you want to contribute, make suggestions, or just know what's going on right now, visit us in the integration-guides repository.


All versions of meilisearch-laravel-scout with dependencies

PHP Build Version
Package Version
Requires php Version ^7.3|^8.0
laravel/scout Version ^8.0
meilisearch/meilisearch-php Version ^0.20
http-interop/http-factory-guzzle Version ^1.0
Composer command for our command line client (download client) This client runs in each environment. You don't need a specific PHP version etc. The first 20 API calls are free. Standard composer command

The package areirei/meilisearch-laravel-scout contains the following files

Loading the files please wait ....