v.1.0.0 Open Source GPL3

PHP SaaS Boilerplate Stripe Pad

Stripe Pad is the PHP SaaS-in-a-Box that saves developers months of effort and new founders tens of thousands of dollars.

Licensed under GPL3 | Not affiliated or have any relation with Stripe.com

Enjoyable with:

Download & Install

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).

Requirements

Stripe Account (Signup at stripe.com)
PHP 7.2
MySQL / MariaDB / SqlLite
SMTP server

Documentation

Find all the documentation on Github

Support

Having issues while installing? Check documentation on Github or get in touch support@stripepad.com

Download Stripe Pad v1.0.0-alpha

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/

Automatic installation

After download completes, uncompress the zip file to your root's folder path→

open https://www.yourdomain.com/install/ in your browser.

Manual Installation

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

Stripe Connection

Set up a webhook from your Stripe dashboard to handle Stripe events.

https://yourdomain.com/webhooks/stripe.php

Demo

The 3 main parts of every SaaS

demo.stripepad.com

Public access

The website with main offer, faq, pricing, etc.
demo.stripepad.com/login

Registered users only

User: demo@stripepad.com
Password: demo
demo.stripepad.com/login

Superadmin

User: superadmin@stripepad.com
Password: superadmin

Let's build a Saas

Start your own online business

Follow these easy steps to get started:

Step 1: Get a Domain
Choose and register your unique website address. (check GoDaddy.com)
Step 2: Set Up Hosting
Secure a space on the internet to host your website. (check Hetzner, recommended!)
Step 3: Install Stripe Pad
Easily install our PHP framework with just a few clicks. (Get it here: Github)
Step 4: Integrate Your Unique Idea
Add your unique features and content to your app. (contact us if you need support@stripepad.com)
Step 5: Launch Your SaaS
Go live and start marketing your new online business!

Focus on what makes your app unique

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.

Installation in under 10 minutes

Focus on what makes you app unique, what is the same in every product, is already built.

Security

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

Users and authentication management

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.

Payments and subscriptions with Stripe

Anytime there is a charge or a change in a subscription, the system gets notified via webhooks and acts accordingly.

Transactional Emails out-of-the-box

The package comes with welcome email, password recover and subscription created email templates ready to be sent.

Help, Support and Documentation

Guides and tutorials are being written, if you need help please get in touch support@stripepad.com

CLONE THE REPO READ THE DOCUMENTATION JOIN US ON DISCORD SPONSOR THE PROJECT