Skip to content
/ pay Public
forked from cwarden/pay

Quickly Accept Payment Using Stripe

Notifications You must be signed in to change notification settings

gaybro8777/pay

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quickly Accept Payment Using Stripe

Deploy

Quickly spin up a heroku site to allow someone to pay a fixed amount for a single product.

Installation

Use the Deploy to Heroku button above to create a copy of the app.

Developing

Install composer.

$ composer install
$ env SECRET_KEY=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX PUBLISHABLE_KEY=pk_XXXXXXXXXXXXXXXXXXXXXXXXXXXXX COMPANY_NAME='Your Company' PRODUCT_NAME='Product Name' AMOUNT=100.00 php -S localhost:8000

About

Quickly Accept Payment Using Stripe

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 100.0%