Download the PHP package detailnet/algoliasearch-module without Composer
On this page you can find all versions of the php package detailnet/algoliasearch-module. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Informations about the package algoliasearch-module
Zend Framework 3 Module for Algolia Search Search API Client
Introduction
This module integrates Algolia Search API Client with Zend Framework 2.
Requirements
Zend Framework 2 Skeleton Application (or compatible architecture)
Installation
Install the module through Composer using the following steps:
-
cd my/project/directory -
Create a
composer.jsonfile with following contents (or update your existing file accordingly): -
Install Composer via
curl -s http://getcomposer.org/installer | php(on Windows, download the installer and execute it with PHP) -
Run
php composer.phar self-update -
Run
php composer.phar install -
Open
configs/application.config.phpand add following key to yourmodules: - Copy
vendor/detailnet/algoliasearch-module/config/algoliasearch.local.php.distinto your application'sconfig/autoloaddirectory, rename it toalgoliasearch.local.phpand make the appropriate changes.
Usage
tbd
All versions of algoliasearch-module with dependencies
zendframework/zend-loader Version ^2.5.1
zendframework/zend-modulemanager Version ^2.7.2
zendframework/zend-mvc Version ^3.0.1
zendframework/zend-servicemanager Version ^3.1
algolia/algoliasearch-client-php Version ^1.20.0