PHP Classes

File: docs/index.md

Recommend this page to a friend!
  Classes of Axel Pardemann   PHP Using Facades   docs/index.md   Download  
File: docs/index.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Using Facades
Create facades to access objects with static calls
Author: By
Last change: :pencil: Add the docs

# Explain why this change is being made

# Provide links to any relevant tickets, articles or other resources
Date: 12 hours ago
Size: 767 bytes
 

Contents

Class file image Download

layout: default title: Home nav_order: 1 description: 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. permalink: /

PHP Object Facades

{: .no_toc }

Table of contents

{: .no_toc .text-delta }

  1. TOC {:toc}

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.