PHP Classes

File: docs/index.md

Recommend this page to a friend!
  Packages of Axel Pardemann   PHP Objects Extensions   docs/index.md   Download  
File: docs/index.md
Role: Auxiliary data
Content type: text/markdown
Description: Auxiliary data
Class: PHP Objects Extensions
Add functions to objects using another class
Author: By
Last change:
Date: 9 months ago
Size: 745 bytes
 

Contents

Class file image Download

layout: default title: Home nav_order: 1 description: PHP Extensible Objects is a PHP library that provides the mechanisms to dynamically add extension methods to objects. permalink: /

PHP Extensible Objects

{: .no_toc }

Table of contents

{: .no_toc .text-delta }

  1. TOC {:toc}

PHP Extensible Objects is a PHP library that provides the mechanisms to dynamically add extension methods to objects.

Installation

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

composer require norse-blue/extensible-objects

Usage

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