Download the PHP package mtchabok/container_light without Composer
On this page you can find all versions of the php package mtchabok/container_light. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download mtchabok/container_light
More information about mtchabok/container_light
Files in mtchabok/container_light
Download mtchabok/container_light
More information about mtchabok/container_light
Files in mtchabok/container_light
Vendor mtchabok
Package container_light
Short Description A lightweight, fast, and flexible container for managing resources (values, functions, objects, etc.)
License MIT
Package container_light
Short Description A lightweight, fast, and flexible container for managing resources (values, functions, objects, etc.)
License MIT
Please rate this library. Is it a good library?
Informations about the package container_light
PHP Container Light
A lightweight and fast PHP container that has been designed to operate efficiently while maintaining high flexibility (customization capabilities) in resource consumption. It is a suitable option for resource management in any type of project.
Some of the features of this container:
- Definition of values, functions, classes with name and namespace (namespace.name)
- Possibility of defining a group as an array or file and managing it with a namespace that is processed if necessary
- Definition of before and after events and desired events to control input and output parameters
- Storage of values, objects or function results permanently or temporarily
- Possibility of protecting against unwanted changes to values
- Control of infinite loops at runtime
- Ability to set class and function inputs to create an object or execute a function
- Definition of aliases for main names with the possibility of various settings
- Execution of events along the path of the defined namespace so that events are executed in one path from the root to the destination
- Events are defined based on the namespace, and it is possible to execute each event on multiple sources
- Cache the way objects are created or functions are executed to improve performance and consumption management Resources
- Ability to define resources in a completely flexible way using file
- Versatile access to resources using methods, virtual properties and virtual methods
Installation
Use the package manager composer to install mtchabok container light.
How To Usage
add array resource into container
add closure resources into container
add file resource into container
content of php file : source.php
and add source file into container
share resource
protect resource
customize resource arguments
alias name of resource
event on resource
License
MIT License. See the LICENSE file.
All versions of container_light with dependencies
PHP Build Version
Package Version
The package mtchabok/container_light contains the following files
Loading the files please wait ...