Skip to content

supratims/stripe-pay

 
 

Repository files navigation

Stripe Pay

Simple bootstrap template for taking a single payment with Stripe JS.

This was developed by M1ke for Ground Control Skydiving

Install

Run:

  • php composer.phar update
  • npm install
  • bower update

JS is compiled using gulp. Run gulp scripts to concatentate and minify.

SASS is compiled using compass. Run compass compile. There is a gulp SASS compiler included in the npm packages but it gives me an error on running.

This project includes a git pre-commit PHP linter. This requires an extra step to install and symlinks a script into your .git/hooks directory. For security this is included by composer with a fixed version. Run the following to install after running composer as above:

./vendor/m1ke/git-php-lint/shell/setup

Deployment

Designed to be deployed using git.

You could also fork to deploy with gulp which I may move to (deploying with git gets complicated when using package managers).

About

Simple bootstrap template for taking a single payment with Stripe JS

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • PHP 73.2%
  • JavaScript 16.1%
  • CSS 6.2%
  • Ruby 4.5%