salemcode8 / code
Simple MVC Framework
Installs: 5
Dependents: 0
Suggesters: 0
Security: 0
Stars: 3
Watchers: 2
Forks: 0
Open Issues: 2
Type:project
Requires
- php: ^7.0
- league/climate: ^3.2
This package is auto-updated.
Last update: 2025-04-17 01:26:29 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.
Installation
To install the project, follow these steps:
- Clone the repository:
git clone https://github.com/SalemCode8/Code.git
- Navigate to the project directory:
cd Code
- 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.