Code Monkey home page Code Monkey logo

razorpay-subscription-codeigniter-'s Introduction

Razorpay-Subscription

A subscription page with Razorpay Razorpay PHP Integration

Technologies used

Subscription Page

Contents:

  1. Subscription Screen, with three Plans Cards.
  2. Checkout-form integration.
  3. Payment authorization and capturing using Razorpay.
  4. Creation of Customer and Subscription plan using Razorpay API
  5. Local table updation with customer and subscription details.

How do I get set up?

  • To run server side code locally you can use LAMP, WAMP, MAMP, or XAMP

  • Clone the file and make the necessary changes.

    • .\application\config\config.php

      • Change $base_url
    • ..htaccess

      • RewriteBase \foldername
    • .\application\config\database.php

      • Change the databasse name, username and password
  • Create a database and import subscribe.sql file into it, to create needed tables

(Read this Documentation for issues regarding Codeigniter)

  • Edit the keySecret inside application/controller/mainctrl.php
  • In custom.js
    • Change
      • var url = "../subscribe/mainctrl/rp_cust";
    • To
      • var url = "../your_folder_name/mainctrl/rp_cust";

Razorpay PHP SDK

Make sure that you download the latest version of razorpay-php.zip file from the releases section here. (The assets folder contains the razorpay-php.zip file in this project)

Who do I talk to?

razorpay-subscription-codeigniter-'s People

Contributors

mazahirharoon avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.