Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tflori/riki-framework
A minimalistic framework to connect different libraries within your application.
https://github.com/tflori/riki-framework
Last synced: about 1 month ago
JSON representation
A minimalistic framework to connect different libraries within your application.
- Host: GitHub
- URL: https://github.com/tflori/riki-framework
- Owner: tflori
- Created: 2018-06-02T06:35:23.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2024-09-03T22:11:23.000Z (4 months ago)
- Last Synced: 2024-11-18T09:59:36.916Z (about 1 month ago)
- Language: PHP
- Size: 70.3 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ríki
[![.github/workflows/push.yml](https://github.com/tflori/riki-framework/actions/workflows/push.yml/badge.svg)](https://github.com/tflori/riki-framework/actions/workflows/push.yml)
[![Test Coverage](https://api.codeclimate.com/v1/badges/24b9fce014c9cea99a0d/test_coverage)](https://codeclimate.com/github/tflori/riki-framework/test_coverage)
[![Maintainability](https://api.codeclimate.com/v1/badges/24b9fce014c9cea99a0d/maintainability)](https://codeclimate.com/github/tflori/riki-framework/maintainability)
[![Latest Stable Version](https://poser.pugx.org/tflori/riki-framework/v/stable.svg)](https://packagist.org/packages/tflori/riki-framework)
[![Total Downloads](https://poser.pugx.org/tflori/riki-framework/downloads.svg)](https://packagist.org/packages/tflori/riki-framework)
[![License](https://poser.pugx.org/tflori/riki-framework/license.svg)](https://packagist.org/packages/tflori/riki-framework)This is a minimalistic framework. The only thing this framework defines (for now) is how to configure the project,
how to define special behaviour on an environment and how to bootstrap and run the application using a `Kernel`.## Documentation
This framework is not the same as other frameworks. There is no fixed directory structure. No abstract controller or
something else where we could help you developing your application.Instead of concentrating on the way to develop your application the focus is a lean, fast and understandable
application.Because of this is not really a framework we built a community platform that helps you developing using no framework.
## Config
The example how to use this framework (or how to develop without a framework) is the [ríki community platform
](https://github.com/tflori/riki-community).## Install
You should really use the [guide](https://riki.w00tserver.org) to learn more about this philosophic approach of php
development.Anyway you can install this library as any other library as well:
```console
$ composer require tflori/riki-framework
```