2017 © Pedro Peláez
 

library facade

Facade component of Vibius PHP Framework

image

vibius/facade

Facade component of Vibius PHP Framework

  • Monday, September 15, 2014
  • by maht0rz
  • Repository
  • 2 Watchers
  • 0 Stars
  • 59 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 1 Versions
  • 0 % Grown

The README.md

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. , (*1)

Installation

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)

The Versions

15/09 2014

dev-master

9999999-dev

Facade component of Vibius PHP Framework

  Sources   Download

MIT

The Requires