dev-master
9999999-dev https://github.com/mcwebb/CloudConvertA OOPy PHP wrapper for CloudConvert's API
MIT
The Requires
- php >=5.3.2
by Matthew Webb
api curl wrapper oop cloudconvert
Wallogit.com
2017 © Pedro Peláez
A OOPy PHP wrapper for CloudConvert's API
Work in progress, expect major architecture revisions., (*1)
$user = new CloudConvert\User ('YOUR_API_KEY');
$process = new CloudConvert\Process ('png', 'pdf', $user);
$process->upload("input.png", "pdf" );
if ($process->waitForConversion()) {
$process->download("output.pdf");
echo "Conversion done :-)";
} else {
echo "Something went wrong :-(";
}
A OOPy PHP wrapper for CloudConvert's API
MIT
api curl wrapper oop cloudconvert