HEADLINE
The easiest way to install the package is by using composer.
composer require "wnx/search-string-parser"
TBD
The package has tests written in phpunit. You can run them with the following command.
./vendor/bin/phpunit
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.
We use SemVer for versioning. For the versions available, see the tags on this repository.
This project is licensed under the MIT License - see the LICENSE file for details.