https://github.com/thephpleague/omnipay-stripe how it is used for codeigniter project or there is any other code for codeigniter project.
Or is that any other code for implementing stripe payment gateway in codeigniter project. I have searched all but did not get anything kindly help me for implementing stripe for codeigniter,i am new to codeigniter
I don't know why you would need a CodeIgniter specific version. It's just PHP, so you can just put this directly in your PHP project - regardless of the framework.
If you want to use Composer with CodeIgniter to autoload this project then here is a tutorial.
Other than that, maybe just make a config file with any settings you need and pass them into Omnipay with
$this->config->item('foo')
.