crwlr / query-string
A library for convenient handling of query strings used in HTTP requests.
Fund package maintenance!
otsch
Installs: 4 052 718
Dependents: 3
Suggesters: 0
Security: 0
Stars: 21
Watchers: 1
Forks: 3
Open Issues: 0
pkg:composer/crwlr/query-string
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).