2017 © Pedro Peláez
 

library zf2amazoncloudsearch

This is amazon cloud search module for zend 2

image

zf2/zf2amazoncloudsearch

This is amazon cloud search module for zend 2

  • Monday, September 2, 2013
  • by bineetchaubey
  • Repository
  • 1 Watchers
  • 0 Stars
  • 5 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

ZF2 module for amazon cloud Search

Installation using composer

  • add a 'zf2/ZF2Amazoncloudsearch' : 'dev' in composer.json file
  • now excute composer install
  • add Module in you application.config.php file

** How you can use this in your project **, (*1)

$cloudobj = $this->getServiceLocator()->get('cloudSearch');

     $data    = array(
        'name of field on cloud search' 
    );

     $result = $cloudobj->search('query',$data );

The Versions

02/09 2013

dev-master

9999999-dev

This is amazon cloud search module for zend 2

  Sources   Download

MTS

The Requires

  • php >=5.3.3

 

by Bineet Chaubey

zf2 zend framework amazon module cloudsearch