Getting Started
SimplePHP is built for small brochure sites that don't need a database. Here's how to get running in a few minutes.
Steps
1. Get the code
Clone or download the repository from GitHub.
2. Drop it in your web root
Copy the folder into your Apache web root, e.g. C:\xampp\htdocs\simplephp or C:\wamp64\www\simplephp.
3. Log in
Open /admin/login.php and sign in with the default admin account, then change the password immediately.
4. Make it yours
Edit content inline on the frontend, use the admin panel, or paste your own HTML/CSS/JS template in the Design tab.