I am using php version 7 and using codeigniter framework so as per requirement I am encoding the string using :
$this->encrypt->encode('some_text');
I have called library using constructor
$this->load->library('encrypt');
$this->load->library('encryption');
but getting error:
The Encrypt library requires the Mcrypt extension