Libraries tagged by kesearch
voku/phonetic-algorithms
32391 Downloads
Phonetic-Algorithms for fuzzy searching | PHP
vertigolabs/doctrine-full-text-postgres
76622 Downloads
Tools to use full-text searching in Postgresql with Doctrine
vaibhavpandeyvpz/doctrine-datatables
53717 Downloads
Helper library to implement doctrine powered server-side processing for jquery-datatables with joins, search, filtering and ordering.
subotkevic/laravel-json-translation-helper
7280 Downloads
Searches for translation keys – inserts into JSON translation files.
singlequote/laravel-datatables
23216 Downloads
This repo contains a Datatable that can render a filterable and sortable table. It aims to be very lightweight and easy to use. It has support for retrieving data asynchronously, pagination and recursive searching in relations
silverstripe/registry
230508 Downloads
Provide search and export interfaces for datasets.
s2/rose
4827 Downloads
Search engine for PHP sites
riverside/php-nominatim
19996 Downloads
PHP client for Nominatim, a search engine for OpenStreetMap data.
reprovinci/solr-php-client
239314 Downloads
A PHP library for indexing and searching documents within an Apache Solr installation.
razorcreations/ajax-field
123294 Downloads
A searchable AJAX powered field for Laravel Nova 3 and 4.
ptcinc/solr-php-client
147529 Downloads
A purely PHP library for indexing and searching documents against an Apache Solr installation
pragmarx/zipcode
64273 Downloads
A worldwide address-by-zipcode searcher.
ory/client
22375 Downloads
# Introduction Documentation for all public and administrative Ory APIs. Administrative APIs can only be accessed with a valid Personal Access Token. Public APIs are mostly used in browsers. ## SDKs This document describes the APIs available in the Ory Network. The APIs are available as SDKs for the following languages: | Language | Download SDK | Documentation | | -------------- | ---------------------------------------------------------------- | ------------------------------------------------------------------------------------ | | Dart | [pub.dev](https://pub.dev/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/dart/README.md) | | .NET | [nuget.org](https://www.nuget.org/packages/Ory.Client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/dotnet/README.md) | | Elixir | [hex.pm](https://hex.pm/packages/ory_client) | [README](https://github.com/ory/sdk/blob/master/clients/client/elixir/README.md) | | Go | [github.com](https://github.com/ory/client-go) | [README](https://github.com/ory/sdk/blob/master/clients/client/go/README.md) | | Java | [maven.org](https://search.maven.org/artifact/sh.ory/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/java/README.md) | | JavaScript | [npmjs.com](https://www.npmjs.com/package/@ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript/README.md) | | JavaScript (With fetch) | [npmjs.com](https://www.npmjs.com/package/@ory/client-fetch) | [README](https://github.com/ory/sdk/blob/master/clients/client/typescript-fetch/README.md) | | PHP | [packagist.org](https://packagist.org/packages/ory/client) | [README](https://github.com/ory/sdk/blob/master/clients/client/php/README.md) | | Python | [pypi.org](https://pypi.org/project/ory-client/) | [README](https://github.com/ory/sdk/blob/master/clients/client/python/README.md) | | Ruby | [rubygems.org](https://rubygems.org/gems/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/ruby/README.md) | | Rust | [crates.io](https://crates.io/crates/ory-client) | [README](https://github.com/ory/sdk/blob/master/clients/client/rust/README.md) |
nlpcloud/nlpcloud-client
17105 Downloads
NLP Cloud serves high performance pre-trained or custom models for NER, sentiment-analysis, classification, summarization, paraphrasing, grammar and spelling correction, keywords and keyphrases extraction, chatbot, product description and ad generation, intent classification, text generation, image generation, code generation, question answering, automatic speech recognition, machine translation, language detection, semantic search, semantic similarity, tokenization, POS tagging, speech synthesis, embeddings, and dependency parsing. It is ready for production, served through a REST API. This is the PHP client for the API. More details here: https://nlpcloud.com. Documentation: https://docs.nlpcloud.com. Github: https://github.com/nlpcloud/nlpcloud-php
namoshek/laravel-scout-database
63874 Downloads
A generic Laravel Scout driver which performs full-text search on indexed model data using an SQL database as storage backend. Indexed data is stored in normalized form, allowing efficient search.