wnx/search-string-parser

dev-master 2018-07-27 18:20 UTC

This package is auto-updated.

Last update: 2024-04-09 01:23:57 UTC


README

HEADLINE

Installing

The easiest way to install the package is by using composer.

composer require "wnx/search-string-parser"

Usage

TBD

Running the tests

The package has tests written in phpunit. You can run them with the following command.

./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.

{
    "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.

Versioning

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

Credits

License

This project is licensed under the MIT License - see the LICENSE file for details.