Skip to content

matt-vrtula/phpstart

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PHP Starter Project

This is a simple starter project for PHP development. Use this as a foundation for building your PHP applications.

Features

  • Minimal setup
  • Ready for local development
  • Easy to extend

Getting Started

Prerequisites

  • PHP 7.4 or higher installed on your system
  • A web server (e.g., Apache, Nginx) or PHP's built-in server

Running Locally

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.

Project Structure

  • index.php — Main entry point for the application

License

This project is open source and available under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published