> For the complete documentation index, see [llms.txt](https://docs.sonsofphp.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sonsofphp.com/components/link.md).

# Link

## Installation

```shell
composer require sonsofphp/link
```

## Usage

```php
<?php

use SonsOfPHP\Component\Link\Link;

$link = new Link('https://docs.sonsofphp.com');
```
