Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/salemcode8/code
Simple MVC Framework
https://github.com/salemcode8/code
code framework mvc mvc-framework oop php
Last synced: 23 days ago
JSON representation
Simple MVC Framework
- Host: GitHub
- URL: https://github.com/salemcode8/code
- Owner: SalemCode8
- License: mit
- Created: 2017-06-29T02:09:01.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-07-16T21:35:28.000Z (over 1 year ago)
- Last Synced: 2024-04-19T20:50:22.482Z (7 months ago)
- Topics: code, framework, mvc, mvc-framework, oop, php
- Language: PHP
- Homepage:
- Size: 149 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Code
## 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](https://poser.pugx.org/salemcode8/code/v/stable?format=flat-square)](https://packagist.org/packages/salemcode8/code)
[![Total Downloads](https://poser.pugx.org/salemcode8/code/downloads?format=flat-square)](https://packagist.org/packages/salemcode8/code)
[![Latest Unstable Version](https://poser.pugx.org/salemcode8/code/v/unstable?format=flat-square)](https://packagist.org/packages/salemcode8/code)
[![License](https://poser.pugx.org/salemcode8/code/license?format=flat-square)](https://packagist.org/packages/salemcode8/code)## 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](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](LICENSE.md) file.