https://github.com/shahriar-siraj/vanilla-php-framework
Simple & lightweight framework built with raw PHP without using any external packages
https://github.com/shahriar-siraj/vanilla-php-framework
no-package php php-framework raw-php vanilla-php
Last synced: 5 months ago
JSON representation
Simple & lightweight framework built with raw PHP without using any external packages
- Host: GitHub
- URL: https://github.com/shahriar-siraj/vanilla-php-framework
- Owner: shahriar-siraj
- Created: 2019-01-18T08:00:06.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2020-01-18T18:41:51.000Z (over 6 years ago)
- Last Synced: 2025-02-19T19:40:58.483Z (over 1 year ago)
- Topics: no-package, php, php-framework, raw-php, vanilla-php
- Language: PHP
- Homepage:
- Size: 10.7 KB
- Stars: 34
- Watchers: 6
- Forks: 10
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Introduction
A very simple & lightweight raw PHP framework that focuses mainly the developers, who want to speed up their development process. It is developed with MVC structure and does not use any external packages.
## Requirements
- Composer is required. Get composer from here: https://getcomposer.org/download/
## Installation
- Clone the repository,
- Run this command in the project directory:
```composer dump-autoload```
- Change your configuration in ```app/config.php``` file
### Enjoy!