2017 © Pedro Peláez
 

library algoliasearch-module

Zend Framework 2 module for Algolia Search API Client

image

detailnet/algoliasearch-module

Zend Framework 2 module for Algolia Search API Client

  • Wednesday, September 13, 2017
  • by ivan-wolf
  • Repository
  • 2 Watchers
  • 0 Stars
  • 8 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 1 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Zend Framework 3 Module for Algolia Search Search API Client

Build Status Coverage Status Latest Stable Version Latest Unstable Version, (*1)

Introduction

This module integrates Algolia Search API Client with Zend Framework 2., (*2)

Requirements

Zend Framework 2 Skeleton Application (or compatible architecture), (*3)

Installation

Install the module through Composer using the following steps:, (*4)

  1. cd my/project/directory, (*5)

  2. Create a composer.json file with following contents (or update your existing file accordingly):, (*6)

    json { "require": { "detailnet/algoliasearch-module": "1.x-dev" } }, (*7)

  3. Install Composer via curl -s http://getcomposer.org/installer | php (on Windows, download the installer and execute it with PHP), (*8)

  4. Run php composer.phar self-update, (*9)

  5. Run php composer.phar install, (*10)

  6. Open configs/application.config.php and add following key to your modules:, (*11)

    php 'Detail\AlgoliaSearch',, (*12)

  7. Copy vendor/detailnet/algoliasearch-module/config/algoliasearch.local.php.dist into your application's config/autoload directory, rename it to algoliasearch.local.php and make the appropriate changes., (*13)

Usage

tbd, (*14)

The Versions