30 open-source projects similar to glmdev/search, ranked by how many features they have in common. Compare stars, activity and what each one does to find the best Search alternative.
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…
A MySQL Workbench plugin which exports a Model to Laravel 5 Migrations
Server-side handler of DataTables Jquery Plugin for Laravel 4
This is a laravel 4 package for the server and client side of datatables at http://datatables.net/
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
Maps Laravel Eloquent models to Elasticsearch types
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…
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…
Laracademy Generators - is a tool set that helps speed up the development process of a Laravel application.
Make your accessors smarter
Eloquent Repository using nilportugues/repository as foundation.
This package helps you normalize your data in order to save them into the database. The Goal is to having separate classes that handle the data normalization, and thus can be tested independently.
Eloquent MongoDB Repository Implementation
This project is a repository pattern library for Laravel applications designed to decouple business logic from database queries and storage implementation. It provides a standardized data access layer to isolate application logic from the underlying storage layer. The library includes a query filter system that translates HTTP request parameters into dynamic database filters, search criteria, and sorting logic. It features an API presenter layer to separate internal data structures from client responses and a cache manager that automatically refreshes stored database results when records are
Cast your Eloquent model attributes to value objects with ease!