Link

PSR-13: Link

Installation

composer require sonsofphp/link

Usage

<?php

use SonsOfPHP\Component\Link\Link;

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

Last updated