30 open-source projects similar to tomlingham/laravel-searchy, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Laravel Searchy alternative.
Maps Laravel Eloquent models to Elasticsearch types
Deprecated We now recommend using Laravel Scout, see =>
Searchkick is an integration library and wrapper that connects application models to search engines such as Elasticsearch and OpenSearch. It functions as a search index synchronizer, automatically mirroring database records to a search server to enable full-text and vector retrieval. The project provides a high-level interface for implementing keyword search, semantic vector search, and hybrid search. It distinguishes itself through the ability to combine traditional keyword matching with vector embeddings using reranking and fusion techniques to improve precision. The library covers the end
A MySQL Workbench plugin which exports a Model to Laravel 5 Migrations
This is a laravel 4 package for the server and client side of datatables at http://datatables.net/
Ruby integrations for Elasticsearch
This is a script to help with mapping an existing MySQL database to a new Laravel build.
Automatically encrypt and decrypt Laravel 5 Eloquent values
This is a package that allows indexing of django models in elasticsearch with elasticsearch-dsl-py.
Django Haystack is a search abstraction layer and framework for integrating full-text search into Django applications. It provides a unified interface for defining search schemas and managing how data models are indexed and stored across different search engines. The framework acts as a modular backend wrapper, allowing applications to switch between interchangeable search providers without rewriting core search logic. It standardizes interactions with external engines through a decoupled provider layer, facilitating search engine migration by changing configuration settings. The system cove
Server-side handler of DataTables Jquery Plugin for Laravel 4
Analogue is a flexible, easy-to-use ORM for PHP. It is a transposition of the Eloquent ORM that ships with Laravel framework using a Data Mapper pattern instead of the original Active Record approach. it overcomes some of Eloquent's architectural limitations by using a strict separation of…
Full-text multi-table search application for Django. Easy to install and use, with good performance.
This package contains a variant of the validateUnique rule for Laravel, that allows for validation of multi-column UNIQUE indexes.
This package provides default attributes for Laravel model factories by guessing the best Faker formatters from columns' names and types. For example, if a column is called first_name, it will use $faker->firstName(). If unable to guess by the column's name, it will guess the formatter by the…
Datamapper like Crystal ORM and adapter for Elasticsearch
Firebird Illuminate package for Laravel 5
Laraformer (originated from Laravel Transformers) is a Laravel 5.* package that lets you easily introduce the transformer logic in your Laravel applications.
A drop-in library for certain database functionality in Laravel, that allows for extra features that may never make it into the main project.
Use this library to bind multiple key/value pair preferences to your application's Eloquent models. Preferences are stored in your application's database so they can be easily stored and queried for. This library supports Eloquent 5 through 8 installed either standalone or as a part of the full…