2017 © Pedro Peláez
 

library search-string-parser

TBD

image

wnx/search-string-parser

TBD

  • Friday, July 27, 2018
  • by stefanzweifel
  • Repository
  • 1 Watchers
  • 1 Stars
  • 2 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

Search String Parser

, (*1)

HEADLINE, (*2)

Installing

The easiest way to install the package is by using composer., (*3)

composer require "wnx/search-string-parser"

Usage

TBD, (*4)

Running the tests

The package has tests written in phpunit. You can run them with the following command., (*5)

./vendor/bin/phpunit

Running the command in a local test project

If you're working on the package locally and want to just run the command in a demo project you can use the composer path-repository format. Add the following snippet to the composer.json in your demo project., (*6)

{
    "repositories": [
        {
            "type": "path",
            "url": "/path/to/search-string-parser/",
            "options": {
                "symlink": true
            }
        }
    ],
}

And "install" the package with composer require wnx/search-string-parser. The package should now be symlinked in your demo project., (*7)

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository., (*8)

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details., (*9)

The Versions

27/07 2018

dev-master

9999999-dev https://github.com/stefanzweifel/php-search-string-parser

TBD

  Sources   Download

MIT

The Requires

 

The Development Requires

wnx