I am trying to get dompdf working with codeigniter, I download the file from here https://github.com/dompdf/dompdf/releases the version was 0.7.0 and then I put inside my co
Since v. 0.7 you need to include in your code reference to dompdfs namespace:
use Dompdf\Dompdf;