]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - includes/Requests/README.md
Added `decrease_total_clicks( id )` + call
[Github/YOURLS.git] / includes / Requests / README.md
1 Requests for PHP
2 ================
3
4 **Requests** is a HTTP library written in PHP, for human beings. It is roughly
5 based on the API from the excellent [Requests Python
6 library](http://python-requests.org/). **Requests** is [ISC
7 Licensed](https://github.com/rmccue/Requests/blob/master/LICENSE) (similar to
8 the new BSD license) and has no dependencies, except for PHP 5.2+.
9
10 **Requests** can be found here : https://github.com/rmccue/Requests