2017 © Pedro Peláez
 

hosted-solr-php-api-client apiclient

PHP Api Client for hosted-solr.com

image

hosted-solr/apiclient

PHP Api Client for hosted-solr.com

  • Friday, July 7, 2017
  • by dkd
  • Repository
  • 3 Watchers
  • 3 Stars
  • 15 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 3 Forks
  • 0 Open issues
  • 3 Versions
  • 0 % Grown

The README.md

Hosted-solr.com PHP Api Client

Build Status, (*1)

With this php library you can list, created and delete solr cores on hosted-solr.com with your PHP Application., (*2)

The API-Client comes with some PHP Classes that are usefull to communicate with the api, (*3)

HostedSolr\ApiClient\Domain\Api\Client\Solr\CoreRepository:, (*4)

Used to create, retrieve and delete cores., (*5)

HostedSolr\ApiClient\Domain\Api\Client\Solr\Core:, (*6)

The object representation of a core, you can use it to visualize all information that is retrieved by the api., (*7)

HostedSolr\ApiClient\Service:, (*8)

Toplevel service object that can be used to do the most common tasks., (*9)

You can use all Classes of the ApiClient in your Application but it's recommended to use the service class only., (*10)

Example:

Install all composer dependencies:, (*11)

curl -sS https://getcomposer.org/installer | php
php composer.php install
touch test.php

Explorer the api service an execute your operations (Add the following to your test.php file):, (*12)

    require_once 'vendor/autoload.php';

    $service    = \HostedSolr\ApiClient\Factory::getApiService('<your-api-token>','<your-secret-token>');
    $allCores   = $service->getAllCores();

The Versions

07/07 2017

dev-master

9999999-dev http://www.hosted-solr.com

PHP Api Client for hosted-solr.com

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

by Timo Schmidt

typo3 drupal magento typo3 cms solr

07/07 2017

1.1.1

1.1.1.0 http://www.hosted-solr.com

PHP Api Client for hosted-solr.com

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

by Timo Schmidt

typo3 drupal magento typo3 cms solr

07/04 2016

1.0.0

1.0.0.0 http://www.hosted-solr.com

PHP Api Client for hosted-solr.com

  Sources   Download

GPL-2.0+

The Requires

 

The Development Requires

by Timo Schmidt

typo3 drupal magento typo3 cms solr