How omnipay use for stripe payment gate way

396 views Asked by At

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

1

There are 1 answers

0
Phil Sturgeon On

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').