Skip to content

mbaric/stripe-example-php

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stripe PHP Example customized from Stripe PHP

Getting Started

Sign up for a Stripe account at https://stripe.com to get the keys.

Simple usage looks like:

Check that you have next entry in composer.json file.

{
    "require": {
        "stripe/stripe-php": "4.12.0"
    }
}
composer install

Login to your Stripe account and get the private and public keys.

Modify the keys in stripe_config.php and set $testmode "on" or "off"

Run it in your browser: http://localhost/stripe

About

Stripe PHP Example customized from stripe-php

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages