Skip to content

A simple utility class that uses CURL to workaround super-locked-down servers. For example: use this if safemode or open_base dir is disablling PHP's include and require from including or requiring things on remote servers.

Notifications You must be signed in to change notification settings

mrbinky3000/MattCURL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

I once worked on a server that was super-locked down, but I still needed to access JSON data, images, and web pages on another server.  Hence, this class was born.

It's basically a utiltity class to keep me from re-inventing the wheel each time I run accross a locked down server.

Feel free to use it if you find it helpful.

About

A simple utility class that uses CURL to workaround super-locked-down servers. For example: use this if safemode or open_base dir is disablling PHP's include and require from including or requiring things on remote servers.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages