Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/crwlrsoft/query-string
A library for convenient handling of query strings used in HTTP requests.
https://github.com/crwlrsoft/query-string
hacktoberfest http manipulation php query query-string querystring querystrings requests string
Last synced: 6 days ago
JSON representation
A library for convenient handling of query strings used in HTTP requests.
- Host: GitHub
- URL: https://github.com/crwlrsoft/query-string
- Owner: crwlrsoft
- License: mit
- Created: 2022-05-26T09:54:44.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-11-06T22:21:01.000Z (2 months ago)
- Last Synced: 2025-01-07T03:13:59.588Z (10 days ago)
- Topics: hacktoberfest, http, manipulation, php, query, query-string, querystring, querystrings, requests, string
- Language: PHP
- Homepage: https://www.crwlr.software/packages/query-string
- Size: 39.1 KB
- Stars: 17
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
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](https://www.crwlr.software/packages/query-string/v1.0/getting-started).## Contributing
If you consider contributing something to this package,
read the [contribution guide (CONTRIBUTING.md)](CONTRIBUTING.md).