docs/index.md
---
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](https://getcomposer.org):
```bash
composer require norse-blue/extensible-objects
```
## Usage
Please refer to the [usage section]({{ site.baseurl }}{% link sections/usage.md %}) for more information on how to use the package.