softlayer-object-storage-php
softlayer-object-storage-php copied to clipboard
This doesn't work in conjunction with other frameworks
Trying to add this with any other framework and spl_autoload_register conflicts with everything else causes all kinds of errors.
I've been using it with Zend Framework without issue. Which http adapter are you using?
I am using it in cakephp. I fixed it by changing Util.php
if(file_exists( $objectStorageDirectory . '/'.$path)){
require_once($path);
}