Download the PHP package atekushi/facade without Composer
On this page you can find all versions of the php package atekushi/facade. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download atekushi/facade
More information about atekushi/facade
Files in atekushi/facade
Download atekushi/facade
More information about atekushi/facade
Files in atekushi/facade
Vendor atekushi
Package facade
Short Description Small Library to Implement Facade on DI Container To Your Project
License MIT
Package facade
Short Description Small Library to Implement Facade on DI Container To Your Project
License MIT
Please rate this library. Is it a good library?
Informations about the package facade
What is Facade ?
Facade acts as a static proxy for accessing underlying objects or services, simplifying interaction with complex subsystems or dependencies.
Why Use it ?
- Static Access: Use static calls to access methods on underlying objects.
- Dependency Management: Automatically resolves dependencies using the
atekushi/container
library. - Simplified API: Provides a clean and elegant interface for complex subsystems.
Installation
Install the library via Composer:
Usage
- Create new facade class
Example:
All versions of facade with dependencies
PHP Build Version
Package Version
The package atekushi/facade contains the following files
Loading the files please wait ....