Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/algolia/algoliasearch-nette
Integration of Algolia to Nette framework
https://github.com/algolia/algoliasearch-nette
algolia algolia-search nette nette-framework php
Last synced: about 2 months ago
JSON representation
Integration of Algolia to Nette framework
- Host: GitHub
- URL: https://github.com/algolia/algoliasearch-nette
- Owner: algolia
- License: other
- Created: 2016-05-24T09:38:50.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-01T20:00:58.000Z (about 7 years ago)
- Last Synced: 2024-10-17T22:26:50.006Z (2 months ago)
- Topics: algolia, algolia-search, nette, nette-framework, php
- Language: PHP
- Size: 15.6 KB
- Stars: 0
- Watchers: 71
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# AlgoliaSearch for Nette
This extention integrates [algolia/algoliasearch-client-php](https://github.com/algolia/algoliasearch-client-php) into Nette framework.
More information about Algolia can be found on it's [website](https://www.algolia.com) or in [the offical documentation](https://www.algolia.com/doc).
[![Build Status](https://travis-ci.org/algolia/algoliasearch-nette.svg?branch=master)](https://travis-ci.org/algolia/algoliasearch-nette)
## Installation
Install the extension by using Composer command:
```sh
$ composer require algolia/algoliasearch-nette
```and register it in `config.neon`:
```yaml
extensions:
algoliaSearch: AlgoliaSearch\Nette\DI\AlgoliaSearchExtension
```## Minimal configuration
```yaml
algoliaSearch:
applicationId:
apiKey:
```