Skip to content

hheinsoee/mvc_php

Repository files navigation

PHP MVC

Simple PHP API MVC Template

This is a simple PHP API MVC template.

Getting Started

Note: The following mermaid diagram may not render in all markdown viewers.

Loading
graph TD;
    A[Controller] -->|calls| B[Service];
    B -->|interacts with| C[Model];

To get started with this template, follow these steps:

  1. Clone the repository:
    git clone https://github.com/hheinsoee/mvc_php.git
  2. Navigate to the project directory:
    cd mvc_php
  3. Install dependencies:
    composer install
  4. Configure your environment settings in the .env file.

Usage

To start the development server, run:

php -S localhost:8000 -t public

Contributing

Feel free to submit issues or pull requests.

License

This project is licensed under the MIT License.

About

simple MVC

Topics

Resources

Rate limit · GitHub

Access has been restricted

You have triggered a rate limit.

Please wait a few minutes before you try again;
in some cases this may take up to an hour.

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages