PHP Extensible Objects
Table of contents
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.