🚀 Install PhPstrap on Your Server

Follow these steps to get PhPstrap up and running on your PHP-compatible web server.

1. Requirements

2. Download PhPstrap

Clone the repo or download the latest release ZIP from GitHub:

git clone https://github.com/PhPstrap/phpstrap.git

3. Upload to Your Server

Use FTP/SFTP or your preferred deployment method to upload the contents of the phpstrap folder to your server’s document root (e.g., public_html).

4. Configure Database

  1. Create a new MySQL database and user.
  2. Edit includes/config.php with your DB credentials.

5. Run the Installer

Visit yourdomain.com/install.php in your browser. This will create the necessary tables.

6. Secure Your Installation

7. Start Building

Your PhPstrap membership framework is ready. Begin by customizing your modules or adding new ones in the modules/ directory.

For help, check the Module Development Guide.


Need support? Visit GitHub Issues to ask questions or report bugs.