vibius/facade

Facade component of Vibius PHP Framework

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

This package is not auto-updated.

Last update: 2024-06-04 06:43:03 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