PHPackages                             solr/console - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [CLI &amp; Console](/categories/cli)
4. /
5. solr/console

AbandonedArchivedLibrary[CLI &amp; Console](/categories/cli)

solr/console
============

Solr Management Console

0.1.1(10y ago)274[1 PRs](https://github.com/fabiorphp/solr-console/pulls)MITPHPPHP &gt;=5.4.0

Since May 10Pushed 8y agoCompare

[ Source](https://github.com/fabiorphp/solr-console)[ Packagist](https://packagist.org/packages/solr/console)[ RSS](/packages/solr-console/feed)WikiDiscussions master Synced 1w ago

READMEChangelogDependencies (4)Versions (6)Used By (0)

Solr Management Console
=======================

[](#solr-management-console)

[![Build Status](https://camo.githubusercontent.com/5846a334087a15585b0af49d7ddaae0877121e5e069cf16b61cd78c1a2501029/68747470733a2f2f696d672e736869656c64732e696f2f7472617669732f666162696f727068702f736f6c722d636f6e736f6c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://travis-ci.org/fabiorphp/solr-console)[![Scrutinizer Code Quality](https://camo.githubusercontent.com/293c0e3c26ad213dd6323a8ffc32470d8e7476da0b0e8dacbb31d6e4c772078d/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f672f666162696f727068702f736f6c722d636f6e736f6c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/fabiorphp/solr-console/?branch=master)[![Code Coverage](https://camo.githubusercontent.com/a5447d0f097297d22d4424de42efb4640637291ed72de638641367180b25c2d6/68747470733a2f2f696d672e736869656c64732e696f2f7363727574696e697a65722f636f7665726167652f672f666162696f727068702f736f6c722d636f6e736f6c652f6d61737465722e7376673f7374796c653d666c61742d737175617265)](https://scrutinizer-ci.com/g/fabiorphp/solr-console/?branch=master)[![Latest Stable Version](https://camo.githubusercontent.com/2cb6092f151013c0f71f39e75a86a4700ee247f099e907433676233d1d06d40a/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f762f736f6c722f636f6e736f6c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solr/console)[![Total Downloads](https://camo.githubusercontent.com/6b2faa16e7d15a7f461815e1e99f01b3bd0c375241b570970ee33c1158231ab8/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f64742f736f6c722f636f6e736f6c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solr/console)[![License](https://camo.githubusercontent.com/a94ba2c6c3bd34b4124344b2e480b4b43103b923e6d989c49b64f6d989b42d30/68747470733a2f2f696d672e736869656c64732e696f2f7061636b61676973742f6c2f736f6c722f636f6e736f6c652e7376673f7374796c653d666c61742d737175617265)](https://packagist.org/packages/solr/console)

An application that provides a management console for [SolrCloud](http://lucene.apache.org/solr/)

Dependencies
------------

[](#dependencies)

To use this package, is necessary install the [Zookeeper Pecl Package](https://github.com/andreiz/php-zookeeper).

Instalation
-----------

[](#instalation)

The package is available on [Packagist](http://packagist.org/packages/dafiti/logger-service-provider). Autoloading is [PSR-4](https://github.com/php-fig/fig-standards/blob/master/accepted/PSR-4-autoloader.md) compatible.

```
{
    "require": {
        "solr/console": "dev-master"
    }
}
```

Usage
-----

[](#usage)

#### List commands

[](#list-commands)

```
# Symfony/Console
$ vendor/bin/solr
```

For more details about console commands, please run the script above

#### How to integrate the solr console commands with your application?

[](#how-to-integrate-the-solr-console-commands-with-your-application)

```
#!/usr/bin/env php
