Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

stefanzweifel/php-search-string-parser

Search String Parser

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.

About

[In Development] Use Search Input Strings similar to Github

Resources

License

Code of conduct

Contributing

Stars

Watchers

Forks

Releases

No releases published

Sponsor this project

  •  

Packages

No packages published

Languages