dev-master
9999999-devAbstraction for loading files remotely
GPL-3.0+
The Requires
- php >=5.5
- symfony/framework-bundle ~2.6|~3.0
The Development Requires
curl file_get_contents
Abstraction for loading files remotely
Abstracts remote file loading. Automatically chooses the appropriate method to load remote files., (*1)
file_get_contents
might be unusable because allow_url_fopen
is disabled.
curl
might not be available because it's not installed., (*2)
$factory = new RemoteFileLoaderFactory(); $loader = $factory->createLoader(); $data = $loader->load("http://www.google.de");
Abstraction for loading files remotely
GPL-3.0+
curl file_get_contents