Skip to content

rajeevbbqq/instamojo-codeigniter

Repository files navigation

Instamojo Payment api for codeigniter

Instamojo Payment gateway library for Codeigniter ( Tested with 2.x ).

This library helps you to do easily integrate Instamojo payment gateway and your Application through simple methods.

Database support

  1. Activate database support by setting $config['mojo_db'] = true ; on config/instamojo.php

  2. Set table name on $config['mojo_table'] = 'table_name' ;

  3. That's it !

Read more on config/instamojo.php

Installation

Copy the three folders into application directory

Edit config/instamojo.php with your credentials

Example Usage

Initializing instamojo library
$this->load->library('instamojo');

Fetching all the payment request details.
	$result = $this->instamojo->all_payment_request();
	print_r($result);


NB: Please go through controller/example.php to try basic checkout
Note to contributers: The refund API from Instamojo is not implemented, welcoming your proposals.

About

Instamojo Payment api written for Codeigniter

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages