2017 © Pedro Peláez
 

library sphinx-configuration-tokenizer

tokenize sphinx configuration and that's all, folks.

image

ltd-beget/sphinx-configuration-tokenizer

tokenize sphinx configuration and that's all, folks.

  • Thursday, August 25, 2016
  • by Voksiv
  • Repository
  • 4 Watchers
  • 2 Stars
  • 2,574 Installations
  • PHP
  • 1 Dependents
  • 0 Suggesters
  • 1 Forks
  • 2 Open issues
  • 5 Versions
  • 4 % Grown

The README.md

Php sphinx-configuration-tokenizer

Latest Stable Version Total Downloads Scrutinizer Code Quality Code Coverage Build Status Documentation Documentation License MIT, (*1)

Tokenize sphinx configuration and that's all, folks., (*2)

Installation

composer require ltd-beget/sphinx-configuration-tokenizer

Usage

<?php
    use LTDBeget\sphinx\Tokenizer;

    require(__DIR__ . '/vendor/autoload.php');

    $config_path = realpath(__DIR__."/sphinx/sphinx.conf"); // path to your sphinx conf
    $plain_config = file_get_contents($config_path); // or some string with sphinx conf

    $tokenized = Tokenizer::tokenize($plain_config); // that's all, folks. All is done =)

Developers

Regenerate documentation

$ ./vendor/bin/phpdox

Run tests

$ wget https://phar.phpunit.de/phpunit.phar
$ php phpunit.phar --coverage-html coverage
$ php phpunit.phar --coverage-clover coverage.xml

License

released under the MIT License. See the bundled LICENSE file for details., (*3)

The Versions

25/08 2016

dev-master

9999999-dev

tokenize sphinx configuration and that's all, folks.

  Sources   Download

The Requires

 

The Development Requires

configuration sphinx tokens tokenize

25/08 2016

1.0.3

1.0.3.0

tokenize sphinx configuration and that's all, folks.

  Sources   Download

The Requires

 

The Development Requires

configuration sphinx tokens tokenize

25/03 2016

1.0.2

1.0.2.0

tokenize sphinx configuration and that's all, folks.

  Sources   Download

The Requires

 

The Development Requires

configuration sphinx tokens tokenize

23/03 2016

1.0.1

1.0.1.0

tokenize sphinx configuration and that's all, folks.

  Sources   Download

The Requires

 

The Development Requires

configuration sphinx tokens tokenize

20/03 2016

1.0.0

1.0.0.0

tokenize sphinx configuration and that's all, folks.

  Sources   Download

The Requires

 

The Development Requires

configuration sphinx tokens tokenize