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 498 forks source link

Docs: always use fully qualified names #887

Closed jrfnl closed 3 months ago

jrfnl commented 4 months ago

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