Skip to content

Vibius/Facade

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Facade & dependency injection

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

About

Facade component of Vibius PHP Framework

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages