Download the PHP package acquia/acquia-search-proxy without Composer
On this page you can find all versions of the php package acquia/acquia-search-proxy. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download acquia/acquia-search-proxy
More information about acquia/acquia-search-proxy
Files in acquia/acquia-search-proxy
Package acquia-search-proxy
Short Description A web service proxy for the Acquia Search service
License MIT
Homepage https://github.com/acquia/acquia-search-proxy
Informations about the package acquia-search-proxy
Acquia Search Proxy
This project is a web service proxy to the Acquia Search Service. It allows developers to expose a RESTful API to end users, build administrative interfaces for their Acquia Search indexes, etc.
Installation
NOTE: This project requires PHP >= 5.3.3
- Run
php composer.phar install
in the project's root directory- Refer to Composer's documentation for more details.
- Choose a configuration file directory (referred to as
CONF_DIR
below)- The
./conf
directory in the project's root can be used
- The
- Run the command line tool to authenticate the indexes you want to use
./bin/acquia-search-proxy indexes:auth CONF_DIR/indexes.json
- Copy
./conf/conf.yml.dist
toCONF_DIR/conf.yml
and modify accordingly- Set
acquia.search.proxy.auth_file
toCONF_DIR/indexes.json
- Set
- Copy
docroot/index.php.example
todocroot/index.php
and modify accordingly
For development, run php -S localhost:3000 -t docroot/
to start the service,
and visit http://localhost:3000
to consume it.
Acquia Search Proxy is build with the Silex micro framework, so the documentation applies here.
Refer to the Acquia SDK for PHP and PSolr projects for code examples.
All versions of acquia-search-proxy with dependencies
acquia/acquia-sdk-php-network Version >=0.7.0,<0.8.0
acquia/acquia-sdk-php-search Version >=0.7.0,<0.8.0
igorw/config-service-provider Version ~1.0
monolog/monolog Version ~1.0
silex/silex Version ~1.1
symfony/console Version ~2.0
symfony/yaml Version ~2.0