In CodeIgniter, there is a zip library for creating a zip file but there is no library available for extracting the zip file.
To extract need to use ZipArchive Class.
Load the file and extract it to a location using the ZipArchive Class object.
In this tutorial, I show how you can upload and extract a zip file to a specific location in CodeIgniter.