Libraries tagged by one search
indianghost/live-search
17 Downloads
It's a plugin allows to dress and search data on HTML page at realtime built using the library jquery
acadea/fullsite-search
537 Downloads
Laravel package to perform full site search based on Laravel Scout
tonymans33/laravel-searchable-with-recent-search
16 Downloads
Pragmatically search through models and other sources, with a recent search feature. build on top of Spatie Searchable.
pantheon-quicksilver/wp-network-search-replace
555 Downloads
Run Search and Replace on WordPress Network sites
fond-of-oryx/business-on-behalf-company-user-search-rest-api
661 Downloads
Business on behalf company user search rest api bundle
davin-bao/laravel-xun-search
40 Downloads
Laravel 5 package for full-text search over Eloquent models based on XunSearch.
mannion007/php-binary-search
2279 Downloads
Based on the Work of Michael King, this package provides functionality to perform a binary search of an ordered array, providing greatly improved performance over PHP's own array_search method.
faridlab/laravel-search-query
136 Downloads
Search Query - Laravel package for filtering queries based on url query string parameters
ahmed-arafat/all-in-one
28 Downloads
test
ocramius/ocra-elastic-search
52 Downloads
Elastic search Module for Zend Framework 2 applications based on Doctrine's ObjectManager
franzip/serp-scraper
67 Downloads
A library to extract, serialize and store data scraped on Search Engine result pages.
teneleven/geolocator-bundle
209 Downloads
Makes your models geo-searchable on a google map
borisguery/gisele
5 Downloads
Gisele allows you to do Google Search on CLI (currently supports Image search, Web search, and News search)
infostreams/pagelist-snippet
41 Downloads
A PhileCMS plugin that allows you to list or search pages on your site.
malkusch/php-index
19813 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.