HTTP_R File Request Class (Miscellaneous)

HTTP_R File Request Class Version 1.0

The HTTP_R class is a simple PHP class what allows you to request external or local files with ease, the class has four file request methods plus a auto detect method. The auto detect method detects what file request method can be used on your host and then uses it to request the data, the auto detect method is ideal to use if you’re not sure your host supports curl, file_get_contents, or other request methods.

Example Using Envato API:


// Require the class.
require 'HTTP_R.class.php';

// Request & decode the data.
$request = HTTP_R::M0('http://marketplace.envato.com/api/v3/user:j4ke.json');
$decode  = json_decode($request, true);

// Return the wanted data.
echo $decode['user']['username'] . ' has made ' . $decode['user']['sales'] . ' sales.';

Updates:

Updates are free to anyone who has purchased this item with any type of license.

Change Log:

  • N / A

Support:

Feel free to suggest new features, ask questions, and anything else related to this item by sending me a PM or commenting on this item. If you have purchased this item and like it please remember to rate it.

Download HTTP_R File Request Class (Miscellaneous)

Leave a Reply

Your email address will not be published. Required fields are marked *