microgears / webstone-requests
Set of tools that allows PHP-scripts to interact with external resources over the network
1.0.1
2024-08-20 11:27 UTC
Requires
- php: ^8.0
- ext-curl: *
- ext-json: *
- ext-mbstring: *
- ext-pdo: *
- ext-simplexml: *
- microgears/webstone-stdlib: ^1.0
Requires (Dev)
- phpunit/phpunit: ^10.5
This package is auto-updated.
Last update: 2025-03-20 12:43:56 UTC
README
Set of tools that allows PHP scripts to interact with external resources over the network
Requirements
- WebStone\Requests
^1.0
works with PHP 8.1 or above.
Feedback
If you find errors or bugs, create an Issue
When reporting bugs or incorrect operation of the library, be sure to indicate:
- Library version
- Do the built-in examples/tests work correctly?
- What code was loaded, what work was expected from it and how it works in reality
- Attach the (minimal) code in which the bug was found.
Author
Maxim Kirichenko - kirichenko.maxim@gmail.com
License
WebStone\Requests is licensed under the MIT License - see the LICENSE file for details