2017 © Pedro PelĂĄez
 

library algolia-search

Implementation of algolia/algoliasearch-client-php to Nette

image

petrjirasek/algolia-search

Implementation of algolia/algoliasearch-client-php to Nette

  • Monday, June 6, 2016
  • by PetrJirasek
  • Repository
  • 1 Watchers
  • 0 Stars
  • 3,068 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 5 % Grown

The README.md

This repository is deprecated and unmaintained

For the official version head to algolia/algoliasearch-nette., (*1)


AlgoliaSearch

Implementation of algolia/algoliasearch-client-php to Nette., (*2)

Install

composer require petrjirasek/algolia-search

Register extensions in config.neon:, (*3)

extensions:
    algoliaSearch: petrjirasek\AlgoliaSearch\DI\AlgoliaSearchExtension

Configuration

config.neon with default values, (*4)

algoliaSearch:
    applicationId: abc123 # application id
    apiKey: abc123 # api key
    hosts: ... # array of hosts
    options: [cainfo : ..., curloptions : [...]] # array of options

The Versions