🚀 Install PhPstrap on Your Server
Follow these steps to get PhPstrap up and running on your PHP-compatible web server.
1. Requirements
- PHP 8.0 or higher
- MySQL or MariaDB database
- Apache or Nginx web server
- Composer (optional for managing dependencies)
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
- Create a new MySQL database and user.
- 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
- Delete
install.php
after successful installation. - Ensure
includes/config.php
is not publicly accessible.
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.