vibius/facade

Facade component of Vibius PHP Framework

Maintainers

Package info

github.com/Vibius/Facade

pkg:composer/vibius/facade

Statistics

Installs: 83

Dependents: 2

Suggesters: 0

Stars: 0

Open Issues: 0

dev-master 2014-09-15 11:02 UTC

This package is not auto-updated.

Last update: 2026-03-10 15:07:33 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