https://github.com/naingaunglwin-dev/novaframe
Simple PHP MVC Framework
https://github.com/naingaunglwin-dev/novaframe
framework mvc mvc-framework php-framework web-framework
Last synced: 2 days ago
JSON representation
Simple PHP MVC Framework
- Host: GitHub
- URL: https://github.com/naingaunglwin-dev/novaframe
- Owner: naingaunglwin-dev
- Created: 2025-07-01T11:07:51.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2026-07-14T12:45:03.000Z (13 days ago)
- Last Synced: 2026-07-14T14:26:52.668Z (13 days ago)
- Topics: framework, mvc, mvc-framework, php-framework, web-framework
- Language: PHP
- Homepage:
- Size: 877 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# NovaFrame


## Description
- **NOVAFRAME** is a basic mvc structure web framework that provides common tasks that every web application needed.
- It aims to simplify the development process.
- It is inspired by various **PHP Frameworks**, especially from **[LARAVEL](https://laravel.com)**, **[Codeigniter](https://codeigniter.com)** and **[PHPLucidFrame](https://www.phplucidframe.com)**
## Contributing
- **NOVAFRAME** is an open-source project, and contributions are welcome.
- If you have any suggestions, bug reports, or feature requests, please open an issue or submit a pull request on the project repository.
## Requirement
- Apache's mode_rewrite module must be enabled on your web server.
- **PHP** version 8.2 or newer is required.
- Composer
## Installation & Setup
- clone the repository `git clone https://github.com/naingaunglwin-dev/novaframe.git`
- Navigate to project directory and run `composer install`
- Add configurations and database credentials in `.env`
## Run
- run using web server: access `http://localhost/{project-name}`
- run through command: navigate to project root dir and run `php nova serve`