Libraries tagged by php search

rhubarbphp/module-leaf-modelselectioncontrols

0 Favers
3222 Downloads

Makes selection from large collections easy.

Go to Download


reshadman/elasticsearch-v6

0 Favers
1605 Downloads

PHP Client for Elasticsearch GTE 6.0

Go to Download


renegare/es_service

1 Favers
210 Downloads

Simplified es manager/service class to get your PHP/Symfony Based server app using Elastic Search with minimum complications, but easily extendable to take on the bespoke

Go to Download


reactboot/scanclass

0 Favers
5 Downloads

Search all classes in a directory.

Go to Download


rafahsborges/elastica-bundle

0 Favers
59 Downloads

Elasticsearch PHP integration for your Symfony2 project using Elastica

Go to Download


quandqparaline/yahoo-api

0 Favers
0 Downloads

Yahoo!広告 検索広告 APIのWebサービスについて説明します。 Search Ads API Web Services supported in Yahoo! JAPAN Ads API.

Go to Download


puty/elastica-bundle

0 Favers
49 Downloads

Elasticsearch PHP integration for your Symfony project using Elastica

Go to Download


patienceman/filtan

2 Favers
2956 Downloads

Filtan is Laravel Http QueryFilter package designed to simplify and enhance the process of filtering queries by reading http queries. It enables developers to apply filters to queries and customize the results based on dynamic http parameters. By integrating Filtan into your Laravel project, you can build complex and flexible filtering mechanisms for your request effortlessly.

Go to Download


panglongxia/elasticsearch

1 Favers
4 Downloads

PHP Client for Elasticsearch

Go to Download


open20/open2-crawler

0 Favers
1 Downloads

An full search page crawler to enable complex and customized searching abilities.

Go to Download


open2/crawler

0 Favers
3 Downloads

An full search page crawler to enable complex and customized searching abilities.

Go to Download


onetoweb/kvk

0 Favers
9 Downloads

Kvk Search Api Client

Go to Download


okxe/elasticsearch

0 Favers
5 Downloads

PHP Client for Elasticsearch

Go to Download


numerogeek/ebay-browse-api

2 Favers
3 Downloads

The Browse API has the following resources: item_summary: Lets shoppers search for specific items by keyword, GTIN, category, charity, product, image (Experimental Method), or item aspects and refine the results by using filters, such as aspects, compatibility, and fields values, or UI parameters. item: Lets you retrieve the details of a specific item or all the items in an item group, which is an item with variations such as color and size and check if a product is compatible with the specified item, such as if a specific car is compatible with a specific part. Provides a bridge between the eBay legacy APIs, such as Finding, and the RESTful APIs, which use different formats for the item IDs. The item_summary, search_by_image, and item resource calls require an Application access token.

Go to Download


numeno/api-art-rec

0 Favers
2 Downloads

## Introduction Use the Numeno Article Recommender API to receive a curated selection of articles from across the web. See below for the steps to creating a Feed, as well as an introduction to the top-level concepts making up the Article Recommender API. ## Steps to creating a Feed 1. Create a Feed - [`/feeds`](create-feed) 2. Create a number of Stream queries associated with the Feed - [`/feeds/:feedId/streams`](create-stream) 3. Pull from the Feed as the Feed refreshes - [`/feeds/:feedId/articles`](get-articles-in-feed) 4. Use those Article IDs to look up metadata for the Articles -[`/articles/:id`](get-article-by-id) 5. Visit the Article links and render to your server DB or client app. ## Sources, Articles and Topics A **Source** is a place where Articles come from, typically a website, a blog, or a knowledgebase endpoint. Sources can be queried for activity via the [`/sources`](get-sources) endpoint. Beyond the Sources Numeno regaularly indexes, additional Sources can be associated with Stream queries, and Sources can be `allowlist`/`denylist`'d. **Articles** are the documents produced by Sources, typically pages from a blogpost or website, articles from a news source, or posts from a social platform or company intranet. See the [`/articles`](search-articles) endpoint. **Topics** - Numeno has millions of Topics that it associates with Articles when they are sourced. Topics are used in Stream queries, which themselves are composed to create Feeds. Get topics via the [`/topics`](get-topics) endpoint. ## Feeds **A Feed is a collection of Streams.** Feeds are configured to refresh on a regular schedule. No new Articles are published to a Feed except when it's refreshed. Feeds can be refreshed manually if the API Key Scopes allow. You can ask for Articles chronologically or by decreasing score. You can also limit Articles to a date-range, meaning that you can produce Feeds from historical content. Interact with Feeds via the [`/feeds`](create-feed) endpoint. ## Streams Think of a **Stream** as a search query with a "volume control knob". It's a collection of Topics that you're interested and a collection of Sources you'd explicitly like to include or exclude. Streams are associated with a Feed, and a collection of Streams produce the sequence of Articles that appear when a Feed is refreshed. The "volume control knob" on a Stream is a way to decide how many of the search results from the Stream query are included in the Feed. Our searches are "soft", and with a such a rich `Article x Topic` space to draw on, the "volume control" allows you to put a cuttoff on what you'd like included. Streams are a nested resource of `/feeds` - get started by explorting [`/feeds/:feedId/streams`](create-stream).

Go to Download


<< Previous Next >>