This is a simple starter project for PHP development. Use this as a foundation for building your PHP applications.
- Minimal setup
- Ready for local development
- Easy to extend
- PHP 7.4 or higher installed on your system
- A web server (e.g., Apache, Nginx) or PHP's built-in server
You can use PHP's built-in server to run the project locally:
php -S localhost:8000
Then open http://localhost:8000 in your browser.
index.php
— Main entry point for the application
This project is open source and available under the MIT License.