Download the PHP package xenokore/component-loader without Composer
On this page you can find all versions of the php package xenokore/component-loader. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download xenokore/component-loader
More information about xenokore/component-loader
Files in xenokore/component-loader
Download xenokore/component-loader
More information about xenokore/component-loader
Files in xenokore/component-loader
Vendor xenokore
Package component-loader
Short Description Component loader for the Xeno framework
License MIT
Package component-loader
Short Description Component loader for the Xeno framework
License MIT
Please rate this library. Is it a good library?
Informations about the package component-loader
Xeno Component Loader
A library that helps with loading Xeno compatible components. Libraries that are compatible will be able to easily expose autowire definitions for a DI container, expose Twig templates, etc...
Installation
Usage
Creating a component
- Create a
/component
directory in the root of your component library - Add your DI container definitions in
/component/container.php
- Require your component using composer in a project or framework that uses the Xeno Component Loader
- Your definitions will be automatically added to the main DI container
Status
Currently only container definitions are supported. Twig templates still have to be added. And there will most likely be more features than this.
All versions of component-loader with dependencies
PHP Build Version
Package Version
No informations.
The package xenokore/component-loader contains the following files
Loading the files please wait ....