Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Simple & lightweight framework built with raw PHP without using any external packages

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!