1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/yourls_ynh.git synced 2024-09-03 20:35:59 +02:00
yourls_ynh/source/includes/Requests/README.md

11 lines
441 B
Markdown
Raw Normal View History

2014-06-11 18:19:02 +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