wnx / search-string-parser
TBD
Fund package maintenance!
stefanzweifel
buymeacoff.ee/3oQ64YW
Requires
- php: >=7.0.0
- spatie/regex: ^1.3
Requires (Dev)
- phpunit/phpunit: 7.*
This package is auto-updated.
Last update: 2024-10-09 02:22:34 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.