Simple MVC Framework

Installs: 5

Dependents: 0

Suggesters: 0

Security: 0

Stars: 3

Watchers: 3

Forks: 0

Open Issues: 2

Type:project

dev-master 2023-07-16 00:28 UTC

This package is auto-updated.

Last update: 2024-04-16 23:32:07 UTC


README

Simple MVC Framework

This is a simple MVC framework designed to make web development easier. It provides a basic structure for building web applications and includes features such as routing, middleware, and database abstraction.

Latest Stable Version Total Downloads Latest Unstable Version License

Installation

To install the project, follow these steps:

  1. Clone the repository: git clone https://github.com/SalemCode8/Code.git
  2. Navigate to the project directory: cd Code
  3. Install the dependencies: composer install

Usage

To use the project, start the server with the command: php -S localhost:8000 Then, open your web browser and navigate to http://localhost:8000.

Contributing

We love your input! We want to make contributing to this project as easy and transparent as possible. Check out our CONTRIBUTING.md for more information.

Running Tests

To run the tests, use the command: phpunit

License

This project is licensed under the MIT License. For more information, see the LICENSE.md file.