vibius/facade

Facade component of Vibius PHP Framework

Maintainers

Details

github.com/Vibius/Facade

Source

Issues

Installs: 83

Dependents: 2

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

pkg:composer/vibius/facade

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

This package is not auto-updated.

Last update: 2025-09-23 12:41:25 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