WordPress / Requests

Requests for PHP is a humble HTTP request library. It simplifies how you interact with other sites and takes away all your worries.
https://requests.ryanmccue.info/
Other
3.57k stars 494 forks source link

Docs: always use fully qualified names #887

Closed jrfnl closed 1 month ago

jrfnl commented 2 months ago

... unless the example code is namespaced, in which case: use import use statements.