How this analysis was created: This summary and feature list are AI-generated from collected project material and can contain mistakes. Stars, license and language are imported from GitHub. Inclusion does not mean that we have tested or audited this project. Check the source documentation for any feature you depend on. Learn more on our About page.
A fully featured full text search engine written in PHP
The main features of teamtnt/tntsearch are: Search, Application Helpers.
Projects with overlapping indexed features include: activerecord-hackery/ransack — Ransack is an object-based search library for Active Record models that provides a form-driven framework for building… adamgoose/laravel-annotations — In favor of https://github.com/LaravelCollective/annotations. Please update your composer.json file. algolia/algoliasearch-laravel — [Deprecated] We now recommend using Laravel Scout, see =>. alimranahmed/laraocr — Laravel Optical Character Reader(OCR) package using ocr engines like Tesseract under the hood. altthree/throttle — An request rate limiter for Laravel 5. aaronlord/laroute — Generate Laravel route URLs from JavaScript.
Ransack is an object-based search library for Active Record models that provides a form-driven framework for building database queries. It generates query conditions from user input through a configurable predicate system, allowing developers to filter records using simple or advanced criteria without writing SQL or relying on external dependencies. The library distinguishes itself through its predicate-based query construction, where search methods are dynamically generated from model attribute names and predicate suffixes at runtime. It wraps search parameters into a dedicated form object t
In favor of https://github.com/LaravelCollective/annotations. Please update your composer.json file.
Deprecated We now recommend using Laravel Scout, see =>