crwlr / query-string
A library for convenient handling of query strings used in HTTP requests.
Fund package maintenance!
otsch
Installs: 2 250 889
Dependents: 3
Suggesters: 0
Security: 0
Stars: 17
Watchers: 1
Forks: 3
Open Issues: 0
Requires
- php: ^8.0
Requires (Dev)
- friendsofphp/php-cs-fixer: ^3.8
- pestphp/pest: ^1.21
- phpstan/phpstan: ^1.7
README
A Convenient Way to Work with Query Strings
This library provides a very convenient API to create, access and manipulate query strings used in HTTP GET (part of the URL) or POST (part of the body) requests.
Documentation
You can find the documentation at crwlr.software.
Contributing
If you consider contributing something to this package, read the contribution guide (CONTRIBUTING.md).