15/09
2014
Facade component of Vibius PHP Framework
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
.
, (*1)
Require the component with composer
, it will autoinstall rest of the components required., (*2)
composer.json:, (*3)
"require": { "vibius/facade": "dev-master" }
Install the Facade
component by running
composer install
, (*4)
For more information please reffer to the Wiki, (*5)