dev-master
9999999-dev https://github.com/stefanzweifel/php-search-string-parserTBD
MIT
The Requires
- php >=7.0.0
- spatie/regex ^1.3
The Development Requires
wnx
Wallogit.com
2017 © Pedro Peláez
TBD
HEADLINE, (*2)
The easiest way to install the package is by using composer., (*3)
composer require "wnx/search-string-parser"
TBD, (*4)
The package has tests written in phpunit. You can run them with the following command., (*5)
./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., (*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)
We use SemVer for versioning. For the versions available, see the tags on this repository., (*8)
This project is licensed under the MIT License - see the LICENSE file for details., (*9)
TBD
MIT
wnx