1
0
mirror of https://github.com/kremalicious/krtmn.git synced 2024-12-22 17:23:33 +01:00
krtmn/includes/Requests/README.md

11 lines
441 B
Markdown
Raw Normal View History

2016-04-13 22:02:46 +02:00
Requests for PHP
================
**Requests** is a HTTP library written in PHP, for human beings. It is roughly
based on the API from the excellent [Requests Python
library](http://python-requests.org/). **Requests** is [ISC
Licensed](https://github.com/rmccue/Requests/blob/master/LICENSE) (similar to
the new BSD license) and has no dependencies, except for PHP 5.2+.
**Requests** can be found here : https://github.com/rmccue/Requests