This package is for the connectivity on Namesilo
Put Namesilo.php and namesilo.php on their respective folders
codeigniter/
+-- application/
+-- config
+-- namesilo.php
+-- libraries
+-- Namesilo.php
public function example(){
$this->load->library('namesilo');
$this->namesilo->contact_list();
}