Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yidemir/app
- Owner: yidemir
- License: mit
- Created: 2018-09-08T15:56:06.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-10-27T16:49:23.000Z (about 6 years ago)
- Last Synced: 2024-11-25T17:14:59.522Z (about 2 months ago)
- Topics: dependency-injection, framework, json, middleware, mvc, php, php7, router, routing, templating
- Language: PHP
- Size: 41 KB
- Stars: 15
- Watchers: 6
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 moreDocumentation 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