Link Search Menu Expand Document

PHP Object Facades

Table of contents

  1. Installation
  2. Usage

PHP Object Facades is a PHP library that allows you to build facades for your objects to use static calls for your object’s methods.

Installation

The most straightforward way to install this package is by using Composer:

composer require norse-blue/object-facades

Usage

Please refer to the usage section for more information on how to use the package.