tflori / riki-framework
A minimalistic framework to connect different libraries within your application.
Installs: 1 581
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 2
Forks: 0
Open Issues: 1
Requires
- php: ^7.1 || ^8.0
- tflori/dependency-injector: ^2.3
- tflori/envparser: 1.0.0-rc.4
Requires (Dev)
This package is auto-updated.
Last update: 2024-11-03 22:43:38 UTC
README
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 .
Install
You should really use the guide to learn more about this philosophic approach of php development.
Anyway you can install this library as any other library as well:
$ composer require tflori/riki-framework