How to use Composer in your CodeIgniter 3 project.
Source code viewer
// Set $config['composer_autoload'] to TRUE or a custom path in application/config/config.php. $config['composer_autoload'] = TRUE; // Run composer commands from your application directory.Programming Language: PHP