vibius / facade
Facade component of Vibius PHP Framework
dev-master
2014-09-15 11:02 UTC
Requires
- php: >=5.4.0
- vibius/config-resolver: dev-master
- vibius/container: dev-master
This package is not auto-updated.
Last update: 2025-04-22 10:37:13 UTC
README
Welcome to Facade component of Vibius PHP framework. Facade acts like a gateway to access your instances, which enables you to access non-static methods statically
.
Installation
Require the component with ``composer``, it will autoinstall rest of the components required.composer.json:
"require": { "vibius/facade": "dev-master" }
Install the Facade
component by running
composer install
For more information please reffer to the Wiki