Stripe Pad Version: 1.0.0
Free Software · License GPL-3
Github Repo: https://github.com/natzar/Stripe-Pad
Stripe Pad is simple PHP SaaS boilerplate designed to streamline the process of building Software as a Service (SaaS).
Stripe Account (Signup at stripe.com)
PHP 7.2
MySQL / MariaDB / SqlLite
SMTP server
Having issues while installing? Check documentation on Github or get in touch support@stripepad.com
Important note: running it in a sub-folder?
If you will be running Stripe Pad from a sub folder, like yourdomain.com/your-folder/ you need to edit .htaccess, look for RewriteBase in the .htaccess file (Slash at first and last position):
RewriteBase /your-folder/
After download completes, uncompress the zip file to your root's folder path→
open https://www.yourdomain.com/install/ in your browser.
1. $ git clone https://github.com/natzar/Stripe-Pad.git
2. $ composer install
3. $ mysql < [database_name] install/database.sql
4. Edit sp-config.php and define all settings
Set up a webhook from your Stripe dashboard to handle Stripe events.
https://yourdomain.com/webhooks/stripe.php
The 3 main parts of every SaaS
Public access
The website with main offer, faq, pricing, etc.Registered users only
User: demo@stripepad.comSuperadmin
User: superadmin@stripepad.comStart your own online business
Follow these easy steps to get started:
a SaaS in a box
Stripe Pad is a GPL3-licensed PHP-based boilerplate to build SaaS with Stripe that saves you months of development by starting you off with all the features that are the same in every product, so you can focus on what makes your app unique.
Focus on what makes you app unique, what is the same in every product, is already built.
Code passes tests from DevSkim, Psalm Security Scan, GitGuardian Security and other quality and security tools to identify potentially insecure lines of code. Everything is public and reviewable on Github
Out of the box the users can signup, login or recover their passwords. Also, or pages and forms are already done. Profile page inside the private app too.
Anytime there is a charge or a change in a subscription, the system gets notified via webhooks and acts accordingly.
The package comes with welcome email, password recover and subscription created email templates ready to be sent.
Guides and tutorials are being written, if you need help please get in touch support@stripepad.com
Successfully saved!
Anyone with a link can now view this file.