Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yidemir/app

Simple and minimal yet another PHP 7 Framework
https://github.com/yidemir/app

dependency-injection framework json middleware mvc php php7 router routing templating

Last synced: about 2 months ago
JSON representation

Simple and minimal yet another PHP 7 Framework

Awesome Lists containing this project

README

        

# DemirApp Minimal PHP Framework

## Introduction
Simple and minimal yet another PHP 7 Framework

## Features
* Simple routing
* Simple container (Dependency Injection)
* Flash messages
* Simple JSON response
* Simple middleware system
* Resource routes
* Native PHP templating system
* and much more

Documentation is coming soon.

Türkçe dökümantasyona [buradan](https://yilmazdemir.com.tr/demir-app-framework) ulaşabilirsiniz.

## Installation
The recommended way to install is via Composer:
```
composer require yidemir/app
```
and start coding:
```php