Download the PHP package tekton/framework without Composer
On this page you can find all versions of the php package tekton/framework. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download tekton/framework
More information about tekton/framework
Files in tekton/framework
Package framework
Short Description Tekton is a lightweight PHP micro-framework, designed to integrate as a shim in older codebases to enable modern design patterns
License MIT
Homepage https://github.com/tekton-php/framework
Informations about the package framework
Tekton Framework
Tekton is a lightweight PHP micro-framework, designed to integrate as a shim in older codebases to enable modern design patterns. tekton/framework
is the core of sub-frameworks that provides config loading, DI container, environment loading, service providers, facades and class aliases.
The reason it was created was to allow integrating the power and ease of use of modern design patterns when working in more limited environments. A good example is the Dynamis project that does exactly that by enabling this within a WordPress environment.
Installation
Usage
To get started, just require the project in your composer configuration, provide a PSR-11 container and initialize the framework.
There are several helper functions to quickly retrieve config values, services or resource URIs. You can also initialize the framework in steps if you need to retrieve config values before registering providers or aliases.
License
MIT
All versions of framework with dependencies
tekton/support Version >=2.0.0
symfony/dotenv Version ^4.1
psr/container Version ^1.0