In code-igniter, I got this problem
An Error Was Encountered
Unable to load the requested class:shippo
in autoload.php $autoload['libraries'] = array(Shippo/Shippo);
in controler
$this->load->library('Shippo/Shippo');
in model
require_once(APPPATH."libraries/Shippo/Shippo.php");
in codeigniter